]> Cypherpunks.ru repositories - gostls13.git/blobdiff - src/internal/goexperiment/flags.go
cmd/compile, go/types: typechecking of range over int, func
[gostls13.git] / src / internal / goexperiment / flags.go
index f767cfa45d5bcbdefeeab6175738892f089515c1..c43c5d0323afe7e64b8b1de98db37238f254ad88 100644 (file)
@@ -113,4 +113,7 @@ type Flags struct {
        // NewInliner enables a new+improved version of the function
        // inlining phase within the Go compiler.
        NewInliner bool
+
+       // Range enables range over int and func.
+       Range bool
 }