https://github.com/ericchiang/simplehttp
https://github.com/ericchiang/simplehttp
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ericchiang/simplehttp
- Owner: ericchiang
- Created: 2016-01-27T19:57:42.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-27T19:58:19.000Z (over 10 years ago)
- Last Synced: 2025-01-25T07:24:39.959Z (over 1 year ago)
- Language: Go
- Size: 0 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
To download ("-d" means don't build)
```
go get -d github.com/ericchiang/simplehttp
```
To run
```
go run main.go --name foobar
```