Fuad Olatunji
Fuad Olatunji

Fuad Olatunji

Follow
homebadges
Tag

package

#package

More content

Read more stories on Hashnode


Articles with this tag

How to create a package in golang.

Sep 12, 20212 min read

Create your own custom go packages for re-usability. ยท In golang we use a package using the import keyword. For a single package: import "fmt" For...

How to create a package in golang.