Fix macOS compilation, resolves #1

This commit is contained in:
NielsAD
2021-02-21 15:59:15 +01:00
parent 218d9af6e1
commit 19b92fa5b1
2 changed files with 3 additions and 1 deletions

View File

@@ -2,6 +2,8 @@
// Project: autoindex (https://github.com/nielsAD/autoindex)
// License: Mozilla Public License, v2.0
// +build !freebsd,!linux,!netbsd,!openbsd
package walk
import (

View File

@@ -2,7 +2,7 @@
// Project: autoindex (https://github.com/nielsAD/autoindex)
// License: Mozilla Public License, v2.0
// +build darwin freebsd linux netbsd openbsd
// +build freebsd linux netbsd openbsd
package walk