1
0
mirror of https://github.com/minio/mc.git synced 2025-11-17 22:22:33 +03:00

Add filesystem Windows support, also cannot reproduce #281 anymore - fixes #281

This commit is contained in:
Harshavardhana
2015-04-20 15:44:48 -07:00
parent b940312b13
commit ccd63ab302
13 changed files with 423 additions and 32 deletions

View File

@@ -1,3 +1,21 @@
// +build darwin dragonfly freebsd linux nacl netbsd openbsd solaris
/*
* Mini Copy, (C) 2015 Minio, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package fs
import (