Has anyone actually *tried* the Go Server Library?...
# general-english
v
Has anyone actually tried the Go Server Library? Ugh ... auto generated libraries are not great.
Copy code
go build -o=/tmp/bin/web ./cmd/web
# github.com/VapiAI/server-sdk-go
../../go/pkg/mod/github.com/!vapi!a!i/server-sdk-go@v0.2.0/types.go:7531:2: Unknown redeclared
        ../../go/pkg/mod/github.com/!vapi!a!i/server-sdk-go@v0.2.0/types.go:7530:2: other declaration of Unknown
../../go/pkg/mod/github.com/!vapi!a!i/server-sdk-go@v0.2.0/types.go:7532:2: Unknown redeclared
        ../../go/pkg/mod/github.com/!vapi!a!i/server-sdk-go@v0.2.0/types.go:7530:2: other declaration of Unknown
../../go/pkg/mod/github.com/!vapi!a!i/server-sdk-go@v0.2.0/types.go:7565:58: method ClientMessageToolCallsToolWithToolCallListItem.GetUnknown already declared at ../../go/pkg/mod/github.com/!vapi!a!i/server-sdk-go@v0.2.0/types.go:7558:58

# bla bla bla

go@v0.2.0/types.go:38822:58
../../go/pkg/mod/github.com/!vapi!a!i/server-sdk-go@v0.2.0/types.go:38836:58: method ServerMessageToolCallsToolWithToolCallListItem.GetUnknown already declared at ../../go/pkg/mod/github.com/!vapi!a!i/server-sdk-go@v0.2.0/types.go:38822:58
../../go/pkg/mod/github.com/!vapi!a!i/server-sdk-go@v0.2.0/types.go:7647:2: too many errors
make[1]: *** [build] Error 1
failed to build, error: exit status 2