forked from mirror/afero
commit
ac701bd5ba
|
@ -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 netbsd dragonfly
|
// +build aix darwin openbsd freebsd netbsd dragonfly
|
||||||
|
|
||||||
package afero
|
package afero
|
||||||
|
|
||||||
|
|
|
@ -15,6 +15,7 @@
|
||||||
// +build !freebsd
|
// +build !freebsd
|
||||||
// +build !dragonfly
|
// +build !dragonfly
|
||||||
// +build !netbsd
|
// +build !netbsd
|
||||||
|
// +build !aix
|
||||||
|
|
||||||
package afero
|
package afero
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue