How to install gitz¶
Use go get
to pull the gitz
package as a dependency within your go.mod
file:
Then to get started, import the package into your project:
And that's it!
Use go get
to pull the gitz
package as a dependency within your go.mod
file:
Then to get started, import the package into your project:
And that's it!