Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 527 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 527 Bytes

building microservices with go

following nic allong with his series youtube

setup swagger

sudo apt install gnupg ca-certificates
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 379CE192D401AB61
echo "deb https://dl.bintray.com/go-swagger/goswagger-debian ubuntu main" | sudo tee /etc/apt/sources.list.d/goswagger.list
apt update 
apt install swagger

https://goswagger.io/install.html#debian-packages