diff --git a/src/cmd/fix/context.go b/src/cmd/fix/context.go index 926a06cccf..1107f4d66c 100644 --- a/src/cmd/fix/context.go +++ b/src/cmd/fix/context.go @@ -17,7 +17,7 @@ var contextFix = fix{ date: "2016-09-09", f: ctxfix, desc: `Change imports of golang.org/x/net/context to context`, - disabled: true, + disabled: false, } func ctxfix(f *ast.File) bool {