Skip to content

Commit

Permalink
Merge pull request #65 from go-faster/chore/drop-go1.17
Browse files Browse the repository at this point in the history
chore: drop go1.17
  • Loading branch information
ernado committed Aug 7, 2022
2 parents e0982c2 + f0270bb commit eda9b6b
Show file tree
Hide file tree
Showing 11 changed files with 2 additions and 257 deletions.
3 changes: 1 addition & 2 deletions alloc_test.go
@@ -1,5 +1,4 @@
//go:build !race && !gofuzz && go1.17
// +build !race,!gofuzz,go1.17
//go:build !race

package jx

Expand Down
3 changes: 0 additions & 3 deletions bench_test.go
@@ -1,6 +1,3 @@
//go:build !gofuzz && go1.17
// +build !gofuzz,go1.17

package jx

import (
Expand Down
2 changes: 0 additions & 2 deletions byteseq.go
@@ -1,5 +1,3 @@
//go:build go1.18

package jx

import "unicode/utf8"
Expand Down
11 changes: 0 additions & 11 deletions byteseq_go117.go

This file was deleted.

23 changes: 0 additions & 23 deletions byteseq_go117_test.go

This file was deleted.

2 changes: 0 additions & 2 deletions byteseq_test.go
@@ -1,5 +1,3 @@
//go:build go1.18

package jx

import (
Expand Down
19 changes: 0 additions & 19 deletions fuzz.go

This file was deleted.

3 changes: 0 additions & 3 deletions fuzz_test.go
@@ -1,6 +1,3 @@
//go:build go1.18
// +build go1.18

package jx

import (
Expand Down
1 change: 1 addition & 0 deletions num.go
Expand Up @@ -13,6 +13,7 @@ import (
// Same as Raw, but with number invariants.
//
// Examples:
//
// 123.45 // Str: false, IsInt: false
// "123.45" // Str: true, IsInt: false
// "12345" // Str: true, IsInt: true
Expand Down
2 changes: 0 additions & 2 deletions w_str_go118.go → w_str_escape.go
@@ -1,5 +1,3 @@
//go:build go1.18

package jx

import "unicode/utf8"
Expand Down
190 changes: 0 additions & 190 deletions w_str_go117.go

This file was deleted.

0 comments on commit eda9b6b

Please sign in to comment.