:heavy_check_mark: examples/go/helloworld/helloworld.go

Depends on

Verified with

Code

package helloworld

func GetHelloWorld() string {
    return "Hello World"
}
Back to top page