2022-10-13 12:04:56 +00:00
|
|
|
// Build for oracleobjectstorage for unsupported platforms to stop go complaining
|
|
|
|
// about "no buildable Go source files "
|
|
|
|
|
|
|
|
//go:build plan9 || solaris || js
|
|
|
|
|
2024-04-18 07:36:22 +00:00
|
|
|
// Package oracleobjectstorage provides an interface to the OCI object storage system.
|
2022-10-13 12:04:56 +00:00
|
|
|
package oracleobjectstorage
|