How to add packages in Golang

How to add packages to golang project


Golang is a programming language developed by Google. It can used to create cloud services, web , CLI tools etc. The first step to use Go is download and install the SDK.

Packages

There are plenty of packages ready to serve your needs in Golang directory. Most of them are opensource and all you have to do is get the required from Package page and add to the project using go get command as follows.

 go get gorm.io/driver/sqlite

Author: Manoj

Developer and a self-learner, love to work with Reactjs, Angular, Node, Python and C#.Net

Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.