Set Pointer time.Time

Run Settings
LanguageGo
Language Version
Run Command
package main import ( "fmt" "time" ) func main() { var coba *time.Time nowTime := time.Now() coba = &nowTime fmt.Println(coba) }
Editor Settings
Theme
Key bindings
Full width
Lines