https://github.com/horance-liu/gohit
https://github.com/horance-liu/gohit
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/horance-liu/gohit
- Owner: horance-liu
- License: apache-2.0
- Created: 2020-08-09T11:27:02.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-10T00:28:02.000Z (over 4 years ago)
- Last Synced: 2025-04-15T01:16:02.623Z (14 days ago)
- Language: Go
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gohit
## Build
```
$ git clone https://github.com/horance-liu/gohit.git && cd gohit
$ go build
```## Docker Build
```
$ docker build -t gohit-dev:1.0 .
``````
$ docker run -it -v `pwd`:/gohit gohit-dev:1.0 /bin/bash
``````
$ docker-sync start
$ docker run -it -v gohit-sync:/gohit gohit-dev:1.0 /bin/bash
```