repositorypackage
0.0.0-20240518002015-cb6c722c4145
Repository: https://github.com/zhengkyl/gol.git
Documentation: pkg.go.dev
# README
gol
game of life using wish and bubbletea
Try at ssh gol.kylezhe.ng
Workshop version under workshop
branch.
Running locally
go run main.go
# in a separate terminal
ssh -p2345 localhost
Building
If you see a no such file or directory
error when running the container, see try this.
CGO_ENABLED=0 go build