github.com/gnolang/gno@v0.0.0-20240520182011-228e9d0192ce/examples/gno.land/r/demo/users/z_1_filetest.gno (about) 1 package main 2 3 // SEND: 2000000000ugnot 4 5 import ( 6 "gno.land/r/demo/users" 7 ) 8 9 func main() { 10 users.Register("", "gnouser", "my profile") 11 println("done") 12 } 13 14 // Output: 15 // done