Descriptiongo/build: add dependency test
This exercises the Import function but more importantly
gives us a place to write down the policy for dependencies
within the Go tree. It also forces us to look at the dependencies,
which may lead to adjustments.
Surprises:
- go/doc imports text/template, for HTMLEscape (could fix)
- it is impossible to use math/big without fmt (unfixable)
- it is impossible to use crypto/rand without math/big (unfixable)
Patch Set 1 : diff -r 733971e543a2 https://go.googlecode.com/hg/ #Patch Set 2 : diff -r 733971e543a2 https://go.googlecode.com/hg/ #
Total comments: 6
Patch Set 3 : diff -r 96458a44d791 https://code.google.com/p/go/ #Patch Set 4 : diff -r 96458a44d791 https://code.google.com/p/go/ #
Total comments: 2
Patch Set 5 : diff -r 75c176cc7e69 https://code.google.com/p/go/ #MessagesTotal messages: 13
|