mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-01 17:13:45 +00:00
Merge branch 'master' into develop
This commit is contained in:
commit
2458697dad
2 changed files with 3 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
// +build !windows !cgo
|
||||
|
||||
package ethutil
|
||||
|
||||
import (
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
// +build windows, cgo
|
||||
|
||||
package ethutil
|
||||
|
||||
import (
|
||||
|
|
|
|||
Loading…
Reference in a new issue