2018-07-13 15:21:49 +00:00
|
|
|
// Build for azureblob for unsupported platforms to stop go complaining
|
|
|
|
// about "no buildable Go source files "
|
|
|
|
|
2023-06-23 08:50:01 +00:00
|
|
|
//go:build plan9 || solaris || js
|
2018-07-13 15:21:49 +00:00
|
|
|
|
2024-04-18 07:36:22 +00:00
|
|
|
// Package azureblob provides an interface to the Microsoft Azure blob object storage system
|
2018-07-13 15:21:49 +00:00
|
|
|
package azureblob
|