/ira_backbone

The GO IRA backend

Primary LanguageGoApache License 2.0Apache-2.0

Go-IRA

Ira server

Generating API docs

~/go/bin/swag init -g main.go --output docs

Building docker image

docker buildx build --platform linux/amd64,linux/arm64 --push -t calmera/goira .

Run downloaded binary on MacOS

This app is not notarized, so you need to manually open it as follows:

  • Make binary executable with chmod +x goira-LATESTVERSION+darwin-YOURARCH.
  • Right click on the binary in Finder and select 'Open With' then 'Other'.
  • In the "Enable" drop-down menu select "All Applications".
  • Go to 'Utilities' and select "Terminal".

You can now run the binary in your terminal.