forked from mirror/afero
Add support for dragonfly and netbsd
This commit is contained in:
parent
f0b36a98d3
commit
e7c8609bb0
|
@ -11,7 +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.
|
||||||
|
|
||||||
// +build darwin openbsd freebsd
|
// +build darwin openbsd freebsd netbsd dragonfly
|
||||||
|
|
||||||
package afero
|
package afero
|
||||||
|
|
||||||
|
|
|
@ -13,6 +13,8 @@
|
||||||
// +build !darwin
|
// +build !darwin
|
||||||
// +build !openbsd
|
// +build !openbsd
|
||||||
// +build !freebsd
|
// +build !freebsd
|
||||||
|
// +build !dragonfly
|
||||||
|
// +build !netbsd
|
||||||
|
|
||||||
package afero
|
package afero
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue