Ready. Set. Go!

main
simonkellet 2 years ago
parent 5949bda92e
commit 2ae98363e5
  1. 11
      README.md
  2. BIN
      go-thesaurus2
  3. 3
      go.mod
  4. 7
      main.go

@ -0,0 +1,11 @@
# Go Thesaurus (v2)
A re-write of my old attempt at CLI thesaurus!
## Usage
```code
```
## TODO

Binary file not shown.

@ -0,0 +1,3 @@
module go-thesaurus2
go 1.19

@ -0,0 +1,7 @@
package main
import "fmt"
func main() {
fmt.Println("Hello World")
}
Loading…
Cancel
Save