Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Go Practices

creating an example:

mkdir example/folder_name
cd example/folder_name
go mod init example/module_name
touch example.go

Running examples

go run example.go

If your project couldn't find a dependency, use:

go mod tidy

About

Only practices for Golang

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages