vendor/github.com/spf13/afero/const_bsds.go
changeset 260 445e01aede7e
parent 256 6d9efbef00a9
equal deleted inserted replaced
259:db4911b0c721 260:445e01aede7e
     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 
    13 
       
    14 //go:build aix || darwin || openbsd || freebsd || netbsd || dragonfly
    14 // +build aix darwin openbsd freebsd netbsd dragonfly
    15 // +build aix darwin openbsd freebsd netbsd dragonfly
    15 
    16 
    16 package afero
    17 package afero
    17 
    18 
    18 import (
    19 import (