https://github.com/disc/highloadcup
https://github.com/disc/highloadcup
highloadcup
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/disc/highloadcup
- Owner: disc
- Created: 2017-08-31T07:19:48.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-01T07:37:07.000Z (almost 9 years ago)
- Last Synced: 2025-06-12T08:53:13.686Z (about 1 year ago)
- Topics: highloadcup
- Language: Go
- Size: 1.88 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Highload Cup 2017
## Stack
Go
## Run
```
docker build -t golang-app .
docker run --rm -p 8080:80 -v $(pwd)/data.zip:/tmp/data/data.zip -t golang-app
```