Skip to content

Commit

Permalink
feat: replace custom atomic types with stdlib atomic (#70)
Browse files Browse the repository at this point in the history
Go 1.19 added new atomic types. Replace custom atomic implementation with
native types.
  • Loading branch information
kruskall authored Jun 20, 2024
1 parent a21b699 commit 5319211
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 472 deletions.
94 changes: 0 additions & 94 deletions atomic/atomic.go

This file was deleted.

50 changes: 0 additions & 50 deletions atomic/atomic32.go

This file was deleted.

51 changes: 0 additions & 51 deletions atomic/atomic64.go

This file was deleted.

Loading

0 comments on commit 5319211

Please sign in to comment.