bystartw_tw@tg says to Ubuntu 台灣社群
type OOP struct { privateExample string PublicExample string } func (O OOP) hello() string { O.privateExample = "test" }