A simple pastebin clone written in go and templ.
go install github.com/a-h/templ/cmd/templ@latesttempl generate
go run .If it displays CGO_ENABLED=0 related error, do:
go env -w CGO_ENABLED=1You will have to install gcc for it to work. On windows I reccomend using scoop:
scoop install gcc