Categorygithub.com/zhengkyl/gol
repositorypackage
0.0.0-20240518002015-cb6c722c4145
Repository: https://github.com/zhengkyl/gol.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

gol

game of life using wish and bubbletea

Try at ssh gol.kylezhe.ng

Workshop version under workshop branch.

demo

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.

https://stackoverflow.com/questions/36279253/go-compiled-binary-wont-run-in-an-alpine-docker-container-on-ubuntu-host

CGO_ENABLED=0 go build