Install
In this quickstart, we’ll glean insights from code segments and learn how to:
Requirements
Go 1.23 or later is required to build.
Installation
To install iceberg-go
package, you need to install Go and set your Go workspace first.
If you don't have a go.mod file, create it with go mod init gin
.
- Download and install it:
go get -u github.com/apache/iceberg-go
- Import it in your code:
import "github.com/apache/iceberg-go"