publish structs
This commit is contained in:
@@ -37,6 +37,6 @@ func main() {
|
||||
zeroptr(&i)
|
||||
fmt.Println("zeroptr:", i)
|
||||
|
||||
// Pointers can be printed too.
|
||||
fmt.Println("pointer:", &i)
|
||||
// Pointers can be printed too.
|
||||
fmt.Println("pointer:", &i)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user