Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/m3talsmith/talman

Toy game project to teach Go
https://github.com/m3talsmith/talman

Last synced: about 2 months ago
JSON representation

Toy game project to teach Go

Awesome Lists containing this project

README

        

# talman

Talman can.

## Building

```go
go mod download
go build
```

## Running

### *nix

```go
./talman
```

### Windows

```go
.\talman.exe
```