]> go.fuhry.dev Git - fsnotify.git/commit
Allow build on unsupported GOOS (#424)
authorTobias Klauser <tklauser@distanz.ch>
Tue, 25 Jan 2022 02:13:06 +0000 (03:13 +0100)
committerGitHub <noreply@github.com>
Tue, 25 Jan 2022 02:13:06 +0000 (19:13 -0700)
commitbfa0135e7e7333f9552eac2ddd8771f31e818610
treeb97531f342674f62395f89812cd40cb19b4c8d5b
parentc4cd7f38028d9da5632d13e523299dbc851b07f6
Allow build on unsupported GOOS (#424)

In cases where fsnotify is a transitive dependency of a package, it
might need to be built on platforms not supported (yet), e.g. aix.
Provide an empty implemention for these cases, so depending packages
don't need to add workarounds.

Replaces #314
fsnotify_unsupported.go [new file with mode: 0644]