Installation
Make sure your project is using Go Modules (it will have ago.mod file in its root if it is)
pandabase-go in a Go program with import:
go commands (build/install/test). The Go toolchain will resolve and fetch the pandabase-go module automatically.
Alternatively, you can also explicitly go get the package into a project:

