Last active
January 15, 2017 04:29
-
-
Save dmitshur/3ccb35092336d9362883 to your computer and use it in GitHub Desktop.
Test case for https://github.com/golang/gddo/issues/339.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package main | |
import ( | |
_ "fmt" | |
_ "net" | |
_ "github.com/samuel/go-zookeeper" | |
_ "github.com/mocktesting/nolongerexists" | |
) | |
func main() {} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment