Skip to content

Commit 45d33be

Browse files
committed
all: drop pre go1.16 versions (and unicode tables)
This removes most of the tables that were only supported by older go version, which was added in c4d099d (https://go-review.googlesource.com/83235) I kept the "go1.16" build tag for now, but this can probably be dropped. Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 252bee0 commit 45d33be

9 files changed

+0
-13850
lines changed

cases/tables10.0.0.go

-2,256
This file was deleted.

cases/tables10.0.0_test.go

-1,161
This file was deleted.

cases/tables11.0.0.go

-2,317
This file was deleted.

cases/tables11.0.0_test.go

-1,184
This file was deleted.

cases/tables12.0.0.go

-2,360
This file was deleted.

cases/tables12.0.0_test.go

-1,195
This file was deleted.

cases/tables9.0.0.go

-2,216
This file was deleted.

cases/tables9.0.0_test.go

-1,157
This file was deleted.

internal/gen/gen.go

-4
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,6 @@ func CLDRVersion() string {
8383
}
8484

8585
var tags = []struct{ version, buildTags string }{
86-
{"9.0.0", "!go1.10"},
87-
{"10.0.0", "go1.10,!go1.13"},
88-
{"11.0.0", "go1.13,!go1.14"},
89-
{"12.0.0", "go1.14,!go1.16"},
9086
{"13.0.0", "go1.16"},
9187
}
9288

0 commit comments

Comments
 (0)