8000 GitHub - u6yuvi/go
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

u6yuvi/go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Some sample code to learn some basic and advanced features in go.

#run file 
go run app.go
#build 
#go mod - module 
#looks for main file
go mod init github.com/u6yuvi/go/firstapp
#run 
go run .
#run build
go build

References

  1. go standard library
  2. Code

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0