Skip to content

yangpeng-chn/helloworld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hello World Golang Package


Example Usage

main.go

package main
 
import (
    "fmt"
    "github.com/yangpeng-chn/helloworld"
)
 
func main() {
    exa := test.Example{
        Text: "World",
    }
    fmt.Printf("Hello %s\n", exa.Hello())
}
$ go run main.go
Hello World

About

Golang Package of "Hello World"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages