azureblob_unsupported.go 260 B

12345678
  1. // Build for azureblob for unsupported platforms to stop go complaining
  2. // about "no buildable Go source files "
  3. //go:build plan9 || solaris || js
  4. // Package azureblob provides an interface to the Microsoft Azure blob object storage system
  5. package azureblob