Steps to recreate: - create new go mod - copy code snippet from readme into main - go build . Fails with, ``` ...undefined: semconvai.ABTest ``` among other undefined types. I would expect a minimal example to "just work".