package main import "fmt" import openbao "github.com/openbao/openbao/api/v2" func main(){ fmt.Println("hello") }