I've found these examples very helpful for getting started with options trading with the Python API client for Alpaca:
https://github.com/alpacahq/alpaca-py/blob/master/examples/options
The Go API client seems to be lacking some of the features available in the Python API client, and so I've struggled to do even simple things for options trading in the Go SDK that are trivial to do in the Python SDK. A lot of the documentation I've found online for using the Alpaca API for Go seems to be out of date too
Is there a reference repo of the same (or similar) options examples in the Python repo but for the Go SDK?