File: oracleobjectstorage_unsupported.go

package info (click to toggle)
rclone 1.60.1%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 34,820 kB
  • sloc: sh: 957; xml: 857; python: 655; javascript: 612; makefile: 264; ansic: 101; php: 74
file content (7 lines) | stat: -rw-r--r-- 214 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
// Build for oracleobjectstorage for unsupported platforms to stop go complaining
// about "no buildable Go source files "

//go:build plan9 || solaris || js
// +build plan9 solaris js

package oracleobjectstorage