https://github.com/twpayne/go-xctrack
Package xctrack implements XCTrack's task format.
https://github.com/twpayne/go-xctrack
competition go golang json qrcode xctrack
Last synced: 11 months ago
JSON representation
Package xctrack implements XCTrack's task format.
- Host: GitHub
- URL: https://github.com/twpayne/go-xctrack
- Owner: twpayne
- License: bsd-2-clause
- Created: 2017-05-15T21:45:06.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-06-16T21:34:38.000Z (almost 2 years ago)
- Last Synced: 2025-04-13T17:13:22.294Z (about 1 year ago)
- Topics: competition, go, golang, json, qrcode, xctrack
- Language: Go
- Homepage: https://xctrack.org/Competition_Interfaces.html
- Size: 49.8 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-xctrack
[](https://pkg.go.dev/github.com/twpayne/go-xctrack)
Package xctrack implements [XCTrack](http://xctrack.org/)'s [task
format](http://xctrack.org/Competition_Interfaces.html).
Features:
* Reading and writing of `.xctsk` files.
* Generation and parsing of `XCTSK:` URLs.
* Encoding and decoding `XCTSK:` URLs as QR codes.
Additionally, a command line utility in `cmd/xctrack` converts between these
formats.
## License
MIT