Matthias Radestock
Matthias Radestock
The tag line on github for this project states that it is "Like Go channels over the network". In Go, channels have two purposes: communication and synchronisation. The above phrase...
Take a look at [a recent Weave CI test](https://circleci.com/gh/weaveworks/weave/5217), in particular the output produced by the ``` $ cd $SRCDIR/test; eval $(./gce.sh hosts); export COVERAGE=true; ./run_all.sh (0) ``` test step....
AFAICT flux currently does not force use of go's built-in DNS resolver and thus there is some chance it will drag in glibc's resolver dynamically. We should force the use...