autobd v0.0.5 Release Notes

Release Date: 2017-04-21 // almost 7 years ago
  • ⚡️ Updated scripts to use #!/usr/bin/env bash instead of #!/bin/bash for portability ➕ Added CGO_ENABLED=0, GOOS=linux and GOARCH=amd64 flags to build script. Autobd will now be a statically linked library.


Previous changes from v0.0.4

  • ✂ Remove api/api.go, split it into routes/routes.go and server/server.go