7 lines
62 B
Go
7 lines
62 B
Go
|
package main
|
||
|
|
||
|
func main() {
|
||
|
ul := UserList{}
|
||
|
ul.Execute()
|
||
|
}
|