Skip to content

theevocater/fsgo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Foursquare Common Go Libraries

Build Status Coverage Status

A collection of reusable libraries and tools for building webservices in Go.

Contributing

Go Version and PATH

fsgo libraries are tested and developed assuming Go 1.5 and $GOPATH/bin is on PATH.

Foursquare engineers: you can add this to your bashrc.

GoImports

fsgo uses goimports formatting (a superset of go fmt rules, including grouping imports):

  • Install goimports: go get golang.org/x/tools/cmd/goimports
  • Fix up files: goimports -w *.go

About

Re-usable libraries for building webservices in Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 99.1%
  • Shell 0.9%