Hi,
I'm developing a small educational Streamlit app that teaches Go
concurrency and includes a small embedded Go Playground using the public
API at https://play.golang.org/compile
.
The tool is non-commercial, it's for a class assignment and aimed at helping students understand goroutines, channels, and the Go runtime (contents are all in Portuguese).
I'm using the user-agent streamlit-go-concorrente/0.1
to identify my requests.
Please let me know if this usage is acceptable or if I should make any adjustments.
Thanks!