File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed
Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 11module github.com/XinFinOrg/XDC-Subnet
22
3- go 1.13
3+ go 1.14
44
55require (
66 bazil.org/fuse v0.0.0-20180421153158-65cc252bf669
Original file line number Diff line number Diff line change 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 || dragonfly || freebsd || linux || nacl || netbsd || openbsd || solaris
1718// +build darwin dragonfly freebsd linux nacl netbsd openbsd solaris
1819
1920package rpc
Original file line number Diff line number Diff line change 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 !cgo && !windows
1718// +build !cgo,!windows
1819
1920package rpc
You can’t perform that action at this time.
0 commit comments