Merge pull request #210 from Helflym/aix - afero - [fork] go afero port for 9front
 (HTM) git clone git@git.drkhsh.at/afero.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit ac701bd5baae32252dbf746420c32edd1292b16f
 (DIR) parent 588a75ec4f32903aa5e39a2619ba6a4631e28424
 (HTM) Author: Michail Kargakis <kargakis@protonmail.com>
       Date:   Fri, 27 Mar 2020 20:18:39 +0100
       
       Merge pull request #210 from Helflym/aix
       
       Add AIX support
       Diffstat:
         M const_bsds.go                       |       2 +-
         M const_win_unix.go                   |       1 +
       
       2 files changed, 2 insertions(+), 1 deletion(-)
       ---
 (DIR) diff --git a/const_bsds.go b/const_bsds.go
       @@ -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
        
 (DIR) diff --git a/const_win_unix.go b/const_win_unix.go
       @@ -15,6 +15,7 @@
        // +build !freebsd
        // +build !dragonfly
        // +build !netbsd
       +// +build !aix
        
        package afero