# install dep (ignore if dep installed in your machine)
curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
# get source code
go get github.com/bagus123/go-rest-mongodb
# go into folder go-rest-mongodb
cd $GOPATH/src/github.com/bagus123/go-rest-mongodb
# download dependencies
dep ensure
# running from the source
go run main.go
# running from binary
# install
go install
# go into folder bin
cd $GOPATH/bin
# run from binary
./go-rest-mongodb
-
Notifications
You must be signed in to change notification settings - Fork 0
bagus123/go-rest-mongodb
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
go rest with Gin Gonic and mongoDb
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published