We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 081ed1c commit 274de86Copy full SHA for 274de86
src/go/build/deps_test.go
@@ -69,6 +69,8 @@ var depsRules = `
69
internal/goarch < internal/abi;
70
internal/byteorder, internal/goarch < internal/chacha8rand;
71
72
+ unsafe < runtime/mainthread;
73
+
74
# RUNTIME is the core runtime group of packages, all of them very light-weight.
75
internal/abi,
76
internal/chacha8rand,
0 commit comments