vendor/github.com/spf13/afero/const_win_unix.go
changeset 260 445e01aede7e
parent 256 6d9efbef00a9
equal deleted inserted replaced
259:db4911b0c721 260:445e01aede7e
     8 // Unless required by applicable law or agreed to in writing, software
     8 // Unless required by applicable law or agreed to in writing, software
     9 // distributed under the License is distributed on an "AS IS" BASIS,
     9 // distributed under the License is distributed on an "AS IS" BASIS,
    10 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    10 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    11 // See the License for the specific language governing permissions and
    11 // See the License for the specific language governing permissions and
    12 // limitations under the License.
    12 // limitations under the License.
    13 // +build !darwin
    13 //go:build !darwin && !openbsd && !freebsd && !dragonfly && !netbsd && !aix
    14 // +build !openbsd
    14 // +build !darwin,!openbsd,!freebsd,!dragonfly,!netbsd,!aix
    15 // +build !freebsd
       
    16 // +build !dragonfly
       
    17 // +build !netbsd
       
    18 // +build !aix
       
    19 
    15 
    20 package afero
    16 package afero
    21 
    17 
    22 import (
    18 import (
    23 	"syscall"
    19 	"syscall"