Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Golang Studies =D

Packages:

  • When you create a package, you can use it in another package by importing it.
  • The package name is the same as the last element of the import path.
  • To export a function, make the first letter of the name uppercase.
  • All the functions in a package are visible to all the files in the same package.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages