/src/alvaro/hello/hello.go
https://code.google.com/p/alvalea-gocode/ · Go · 12 lines · 8 code · 2 blank · 2 comment · 0 complexity · 9d444819f2255580f1c0b939ce06b793 MD5 · raw file
- // Hello command
- package main
- import (
- "alvaro/hellopkg"
- "fmt"
- )
- // Main function for the hello command
- func main() {
- fmt.Println(hellopkg.SayHi())
- }