Prove Pointer in Struct is More Safety

Run Settings
LanguageGo
Language Version
Run Command
package main import ( "fmt" ) func main() { type coba struct{ tes *string } var okee coba var tesPointer *string okee.tes = tesPointer fmt.Println("Hello World! ==>", okee.tes) }
Editor Settings
Theme
Key bindings
Full width
Lines