8 lines
115 B
Go
8 lines
115 B
Go
|
package main
|
||
|
|
||
|
import "fmt"
|
||
|
import openbao "github.com/openbao/openbao/api/v2"
|
||
|
|
||
|
func main(){
|
||
|
fmt.Println("hello")
|
||
|
}
|