Skip to content

gelin/gogreet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gogreet

Example usage of go modules. Just a hello world library in Go.

Usage

import "github.com/gelin/gogreet"

func main() {
	fmt.Println(greet.GreetingFor("World"))
}

You should add to your go.mod:

require github.com/gelin/gogreet v0.0.1

About

Example usage of go modules

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages