Boilerplate for how I like to write a backend web service.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
AJ ONeal b6f0e9bc73 cleanup static handler, add reasonable timeouts 4 years ago
assets static server with basic options 4 years ago
public static server with basic options 4 years ago
tools static server with basic options 4 years ago
.gitignore static server with basic options 4 years ago
.prettierignore initial commit 4 years ago
.prettierrc initial commit 4 years ago
AUTHORS initial commit 4 years ago
LICENSE initial commit 4 years ago
README.md static server with basic options 4 years ago
go.mod static server with basic options 4 years ago
go.sum static server with basic options 4 years ago
main.go cleanup static handler, add reasonable timeouts 4 years ago

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