About
Blog
Docs
Playground
Contribute
/r/gnoland/blog/
util.gno
package gnoblog func checkErr(err error) { if err != nil { panic(err) } }