Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```