Skip to content

guzmanthegood/hellomod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

HELLOMOD

Example of versioned package to test with go modules feature

How to use

package main

import (
    "github.com/guzmanweb/hellomod"
)

func main() {
    hellomod.SayHello()
}

About

Simple Go pakcage to test version imports

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages