Skip to content

Simple projects created to better understand Go language and it's use in the backend

License

Notifications You must be signed in to change notification settings

HojiReiner/Golang-Projetcs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Golang-Projetcs

Small projects developed as a way to better learn the Go language, following the guide in this video

Useful Commands

#Create Module file
go mod init <name>

#Run a file
go run <file>/.
 
#Build a project
go build

#Get dependencies
go get <dependency>

About

Simple projects created to better understand Go language and it's use in the backend

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published