Boilerplate for how I like to write a backend web service.
Перейти к файлу
AJ ONeal ec9b29f680 update LICENSE and AUTHORS 2020-09-28 21:17:10 -06:00
assets static server with basic options 2020-09-28 01:26:16 -06:00
public static server with basic options 2020-09-28 01:26:16 -06:00
tools static server with basic options 2020-09-28 01:26:16 -06:00
vendor vendor deps 2020-09-28 03:57:05 -06:00
.gitignore static server with basic options 2020-09-28 01:26:16 -06:00
.prettierignore initial commit 2020-09-19 21:55:46 -06:00
.prettierrc initial commit 2020-09-19 21:55:46 -06:00
AUTHORS update LICENSE and AUTHORS 2020-09-28 21:17:10 -06:00
LICENSE initial commit 2020-09-19 21:55:46 -06:00
README.md update LICENSE and AUTHORS 2020-09-28 21:17:10 -06:00
go.mod handle .env files 2020-09-28 03:56:51 -06:00
go.sum handle .env files 2020-09-28 03:56:51 -06:00
main.go handle .env files 2020-09-28 03:56:51 -06:00

README.md

goserv

Boilerplate for how I like to write a backend web service

go mod tidy
go mod vendor
go generate -mod=vendor ./...
go build -mod=vendor .
./goserv run --listen :3000 --serve-path ./overrides

License

Copyright 2020. All rights reserved.