Alpacago is a Go library for interoperating with the ASCOM Alpaca API standard for astronomical devices.
Make sure you have Go installed. Version '1.17.x', or higher is required.
Simply initialize your project by creating a folder and then running go mod init
github.com/your/repo inside the repository.
Then install alpacago with the go get command:
go get -u github.com/observerly/alpacago