Skip to content

Basic template to quickly kick off a new project

Notifications You must be signed in to change notification settings

rhaksi-kidoz/go-server-template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-server-template

Basic template to quickly kick off a new project

Make it go

make clean #delete bin/ directory
make build #install dependencies and build
make run-dev #run with dev configuration

Run straight-up:

# build the binary
go build -o bin/server

# run in dev: log-level defaults to debug and logging to stdout
./bin/server

# run in production
./bin/server --log-level=warn --log-file="/var/log/server.log"

Uses:

About

Basic template to quickly kick off a new project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 87.5%
  • Makefile 12.5%