testing-language-server/demo/go/example.go
2024-07-15 19:13:19 +09:00

7 lines
73 B
Go

package main
import "fmt"
func hello() {
fmt.Println("hello world")
}