go-embed icon indicating copy to clipboard operation
go-embed copied to clipboard

Go embed

Install Go 1.16rc1

Instructions are here as of this writing on 2021-02-01.

How to use

  1. cd client
  2. npm i
  3. npm run-script build
  4. cd ..
  5. go build -o server main.go
  6. ./server