8 lines
79 B
Go
8 lines
79 B
Go
![]() |
package internal
|
||
|
|
||
|
import "fmt"
|
||
|
|
||
|
func Hello() {
|
||
|
fmt.Println("hello, world.")
|
||
|
}
|