This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Fredrik Averpil
fredrikaverpil.github.io
did:plc:v6jjdd72ek422xkt43xer24o
Finally, per-project tooling in #Golang 1.24! 🎉
```
go install https://golang.org/dl/gotip@latest
gotip download
gotip mod init go-playground
gotip get -tool gotest.tools/gotestsum
```
Run tool like this:
`gotip tool gotestsum -v ./...`
See all available (some pre-built in) tools:
`gotip tool`
2024-11-26T07:51:50.454Z