Skip to content

Commit 19683f4

Browse files
committed
Release 1.2.2
Changes since 1.2.1: Fix the placement of comments in the instrumented code, except for some edge cases in expression switch statements and type switch statements. Fix instrumentation of parenthesized nil, struct types and interface types in type switch statements. Fix instrumentation of black box tests (those with 'package X_test'). In the instrumented conditions for expression switch statements and type switch statements, omit parentheses where possible. Generate simpler code when instrumenting expression switch statements.
1 parent 4573906 commit 19683f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
"strings"
1414
)
1515

16-
const version = "1.2.2-snapshot"
16+
const version = "1.2.2"
1717

1818
var exit = os.Exit
1919

0 commit comments

Comments
 (0)