Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/m3talsmith/talman
- Owner: m3talsmith
- Created: 2021-04-09T01:18:53.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-09T01:20:44.000Z (almost 4 years ago)
- Last Synced: 2024-04-14T15:07:35.434Z (10 months ago)
- Language: Go
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# talman
Talman can.
## Building
```go
go mod download
go build
```## Running
### *nix
```go
./talman
```### Windows
```go
.\talman.exe
```