[go: nahoru, domu]

Skip to content

jerrinss5/GoLangStuff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoLangStuff

Go Lang Practice code

This is just sample code of me learning GoLang by trying out code

Build Executables by using

env GOOS=linux GOARCH=amd64 go build -o file-name-linux

env GOOS=darwin GOARCH=amd64 go build -o file-name-mac

Releases

No releases published

Packages

No packages published

Languages