Skip to content

Commit

Permalink
feat: replace custom atomic types with stdlib atomic (#214)
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 committed Jun 21, 2024
1 parent 2b86527 commit 3dbdeae
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 477 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.

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

This file was deleted.

Loading

0 comments on commit 3dbdeae

Please sign in to comment.