Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gskema/exercism-go
Solutions to Go problems from exercism.io
https://github.com/gskema/exercism-go
Last synced: 5 days ago
JSON representation
Solutions to Go problems from exercism.io
- Host: GitHub
- URL: https://github.com/gskema/exercism-go
- Owner: gskema
- Created: 2016-12-28T21:23:05.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-07T20:44:50.000Z (almost 8 years ago)
- Last Synced: 2024-10-15T18:11:36.885Z (21 days ago)
- Language: Go
- Size: 48.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Go Solutions for exercism.io
[exercism.io](http://exercism.io/)
#### Download next exercise
```
exercism fetch go
```#### Format code
```
go fmt
```#### Test solution
```
go test
```#### Submit solution
```
exercism submit PATH_TO_FILE
```