forked from mirror/afero
all: Run gofmt -s -w
This commit is contained in:
parent
015be459f3
commit
9439436a4d
|
@ -11,6 +11,7 @@
|
||||||
// See the License for the specific language governing permissions and
|
// See the License for the specific language governing permissions and
|
||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
|
|
||||||
|
//go:build aix || darwin || openbsd || freebsd || netbsd || dragonfly
|
||||||
// +build aix darwin openbsd freebsd netbsd dragonfly
|
// +build aix darwin openbsd freebsd netbsd dragonfly
|
||||||
|
|
||||||
package afero
|
package afero
|
||||||
|
|
|
@ -10,12 +10,8 @@
|
||||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
// See the License for the specific language governing permissions and
|
// See the License for the specific language governing permissions and
|
||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
// +build !darwin
|
//go:build !darwin && !openbsd && !freebsd && !dragonfly && !netbsd && !aix
|
||||||
// +build !openbsd
|
// +build !darwin,!openbsd,!freebsd,!dragonfly,!netbsd,!aix
|
||||||
// +build !freebsd
|
|
||||||
// +build !dragonfly
|
|
||||||
// +build !netbsd
|
|
||||||
// +build !aix
|
|
||||||
|
|
||||||
package afero
|
package afero
|
||||||
|
|
||||||
|
|
1
iofs.go
1
iofs.go
|
@ -1,3 +1,4 @@
|
||||||
|
//go:build go1.16
|
||||||
// +build go1.16
|
// +build go1.16
|
||||||
|
|
||||||
package afero
|
package afero
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
//go:build go1.16
|
||||||
// +build go1.16
|
// +build go1.16
|
||||||
|
|
||||||
package afero
|
package afero
|
||||||
|
|
Loading…
Reference in New Issue