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