go get -u github.com/golang/dep/cmd/dep package github.com/golang/dep/cmd/dep: cannot download, $GOPATH must not be set to $GOROOT. For more details see: 'go help gopath' code example
Example 1: The shrinker may have failed to optimize the Java bytecode. To disable the shrinker, pass the `--no-shrink` flag to this command.
buildTypes {
release {
signingConfig signingConfigs.debug
minifyEnabled true
}
debug{
minifyEnabled true
}
}
Example 2: Superuser creation skipped due to not running in a TTY. You can run `manage.py createsuperuser` in your project to create one manually.
$ winpty python manage.py createsuperuser