Skip to content

Commit

Permalink
fix #9 use // +build to compatible with old go compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
huandu committed Nov 23, 2022
1 parent 22eb9ab commit 6290fc9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions atomic_go119.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// Licensed under the MIT license that can be found in the LICENSE file.

//go:build go1.19
// +build go1.19

package clone

Expand Down

0 comments on commit 6290fc9

Please sign in to comment.