Hm, in Go, you have to have the `__pkg__.a` files ...
# development
h
Hm, in Go, you have to have the
__pkg__.a
files (the result of compilation) for transitive dependencies present when compiling. If a dep failed to compile, are you saying we should continue attempting to compile?