We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec544ca commit e796ab6Copy full SHA for e796ab6
.github/workflows/main.yml
@@ -20,6 +20,7 @@ jobs:
20
- darwin
21
- freebsd
22
- linux
23
+ - netbsd
24
- openbsd
25
- windows
26
goarch:
internal/backend/time_bsd.go
@@ -2,7 +2,7 @@
2
// Use of this source code is governed by a BSD-style
3
// license that can be found in the LICENSE file.
4
5
-//go:build darwin || freebsd
+//go:build darwin || freebsd || netbsd
6
7
package backend
8
0 commit comments