Skip to content

trickaugusto/gopportunities

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages