https://github.com/smeghead/goits
https://github.com/smeghead/goits
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/smeghead/goits
- Owner: smeghead
- Created: 2013-02-11T14:18:40.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2022-06-12T14:27:56.000Z (almost 3 years ago)
- Last Synced: 2025-02-07T22:53:45.814Z (4 months ago)
- Language: Go
- Size: 366 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Goits #
BTS/ITS by golang.
Goits's data is compatible with starug1's data. (http://starbug1.com/)## Environment ##
```bash
docker-compose run --rm app bash
# make
```## start ##
```bash
docker-compose up
```## stop ##
```bash
docker-compose down
```