update get route table on linux go build

This commit is contained in:
p_caiwfeng
2022-02-15 09:38:58 +08:00
parent 39d3bfe29e
commit 1c55e92e1a

View File

@@ -1,5 +1,5 @@
//go:build !windows || ignore || !darwin
// +build !windows ignore !darwin
//go:build !windows && !darwin
// +build !windows,!darwin
package pkg