mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-22 00:38:43 +02:00
refactor: move task, error and testing utils to separte repo; apply gofumpt
This commit is contained in:
@@ -2,6 +2,8 @@ package atomic
|
||||
|
||||
import "sync/atomic"
|
||||
|
||||
type Bool = atomic.Bool
|
||||
type Int32 = atomic.Int32
|
||||
type Int64 = atomic.Int64
|
||||
type (
|
||||
Bool = atomic.Bool
|
||||
Int32 = atomic.Int32
|
||||
Int64 = atomic.Int64
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user