module
0.0.0-20241012145515-522d2e665e6c
Repository: https://github.com/igredk/snippetbox.git
Documentation: pkg.go.dev
# README
snippetbox
To run application use follow command from root directory. You can find available flags inside main() func in cmd/web/main.go:
go run ./cmd/web
To run all tests in the project:
go test -v ./...
To run tests in particular package:
go test -v ./cmd/web