Skip to content

area3001/ira_backbone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published