Skip to content

CarlosJiZe/hello_modules

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hello Modules

This is a repo to test Golang Modules

Installation

Excecute teh following command:

go get -u github.com/CarlosJiZe/hello_modules

Usage

import (
	"fmt"

	"github.com/CarlosJiZe/hello_modules"
)

func main() {
	message := hello_modules.Hello1("Carlos")
	fmt.Printf(message)
	fmt.Printf(hello_modules.RandomHello(), "Juan") 
}

About

This is a repo to test Golang modules

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages