github.com/gnolang/gno@v0.0.0-20240520182011-228e9d0192ce/examples/gno.land/p/demo/groups/groups.gno (about) 1 package groups 2 3 import ( 4 "gno.land/r/demo/boards" 5 ) 6 7 // TODO implement something and test. 8 type Group struct { 9 Board *boards.Board 10 }