https://github.com/muthuishere/go-webapp
https://github.com/muthuishere/go-webapp
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/muthuishere/go-webapp
- Owner: muthuishere
- Created: 2019-10-21T18:16:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-21T18:24:46.000Z (over 5 years ago)
- Last Synced: 2024-05-02T01:13:33.029Z (12 months ago)
- Language: Go
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
## Dep is dependency manager for Go
Download dep from https://go.equinox.io/github.com/golang/dep/cmd/dep
append the environment variable Path to dep.exeCreate a workspace folder
Create a main.go with all the deps
Call dep init , It will Download all dependencies available in that folder
docker build -t golang/hello .
docker run -p 3000:3000 -t golang/hello