package main import ( "syscall/js" "time" ) type clock struct { name string loc *time.Location elements htmlElements } type htmlElements struct { locationDiv js.Value timeDiv js.Value dateDiv js.Value }