Merge pull request #210 from Helflym/aix

Add AIX support
This commit is contained in:
Michail Kargakis 2020-03-27 20:18:39 +01:00 committed by GitHub
commit ac701bd5ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 // 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

View File

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