Skip to content

Commit a3c92bc

Browse files
committed
accounts/keystore: add go:build lines (ethereum#23468)
1 parent 892a4cd commit a3c92bc

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

accounts/keystore/watch.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
// You should have received a copy of the GNU Lesser General Public License
1515
// along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>.
1616

17+
//go:build (darwin && !ios && cgo) || freebsd || (linux && !arm64) || netbsd || solaris
1718
// +build darwin,!ios,cgo freebsd linux,!arm64 netbsd solaris
1819

1920
package keystore

accounts/keystore/watch_fallback.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
// You should have received a copy of the GNU Lesser General Public License
1515
// along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>.
1616

17+
//go:build (darwin && !cgo) || ios || (linux && arm64) || windows || (!darwin && !freebsd && !linux && !netbsd && !solaris)
1718
// +build darwin,!cgo ios linux,arm64 windows !darwin,!freebsd,!linux,!netbsd,!solaris
1819

1920
// This is the fallback implementation of directory watching.

0 commit comments

Comments
 (0)