08_project/

directory
v0.0.0-...-cf576ff Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 29, 2020 License: Apache-2.0

README

Lab 8 - Project Layout

  • Copy the CRUD puppy from upstream master 07_errors/USERNAME
  • Create directory 08_project/USERNAME containing
├── README.md
├── pkg
│   └── puppy
│       ├── types.go
│       ├── types_test.go
│       ├── errors.go
│       ├── errors_test.go
│       └── store
│           ├── storer.go
│           └── .... store files and tests, e.g. mapstore.go
└── cmd
    └── puppy-server
        └── main.go

Add project introduction and how to build, run & test it to README.md

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL