Skip to content

A simple hello,world API server written in go-lang using Gin

License

Notifications You must be signed in to change notification settings

hrkt/greetings-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
john
Mar 17, 2019
6bf0ba6 · Mar 17, 2019

History

37 Commits
Mar 17, 2019
Dec 22, 2018
Dec 30, 2018
Dec 23, 2018
Feb 18, 2019
Dec 22, 2018
Dec 22, 2018
Dec 30, 2018
Mar 17, 2019
Feb 18, 2019
Feb 18, 2019
Dec 22, 2018
Dec 22, 2018

Repository files navigation

greetings-server

https://qiita.com/drafts/a524910b14fc8c05038f

prerequisites

  • dep as dependency manager
  • linux, *nix like platforms - ("endless" shows error message on windows platform, at this point of moment)

usage

run in dev mode

$ make run

run in release mode

$ make release-run

build

$ make run

test

$ make test

format

$ make fmt

## build container

$ make build-container


## run container

$ make run-container




License

MIT

CI

CircleCI

About

A simple hello,world API server written in go-lang using Gin

Resources

License

Stars

Watchers

Forks

Packages

No packages published