mirror of
https://github.com/nielsAD/autoindex.git
synced 2026-07-04 12:58:48 +02:00
Fix macOS compilation, resolves #1
This commit is contained in:
@@ -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 (
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user