Add support for dragonfly and netbsd

This commit is contained in:
Steve Francia 2016-06-03 16:31:14 -04:00
parent f0b36a98d3
commit e7c8609bb0
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -13,6 +13,8 @@
// +build !darwin // +build !darwin
// +build !openbsd // +build !openbsd
// +build !freebsd // +build !freebsd
// +build !dragonfly
// +build !netbsd
package afero package afero