Skip to content

Commit

Permalink
Turn the vgo prototype on
Browse files Browse the repository at this point in the history
  • Loading branch information
carolynvs committed Jul 2, 2018
1 parent a12c1f2 commit 7c63f75
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/cmd/go/internal/vgo/init.go
Expand Up @@ -124,13 +124,10 @@ func Init() {
}

func Enabled() bool {
return false // COMPLETELY OFF FOR NOW
/*
if !initialized {
panic("vgo: Enabled called before Init")
}
return enabled
*/
}

func InitMod() {
Expand Down

0 comments on commit 7c63f75

Please sign in to comment.