Add AIX support

This commit is contained in:
Clément Chigot 2019-07-04 15:58:10 +02:00
parent 588a75ec4f
commit 4e0df35705
2 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
// +build darwin openbsd freebsd netbsd dragonfly
// +build aix darwin openbsd freebsd netbsd dragonfly
package afero

View File

@ -15,6 +15,7 @@
// +build !freebsd
// +build !dragonfly
// +build !netbsd
// +build !aix
package afero