Update .bashrc
[dotfiles/.git] / packagestest / modules_111.go
1 // +build go1.11
2
3 package packagestest
4
5 func init() {
6         All = append(All, Modules)
7 }