Update package name to be goatomic
This commit is contained in:
parent
f50dc198ff
commit
d9589982e2
3 changed files with 3 additions and 3 deletions
|
@ -1,2 +1,2 @@
|
||||||
# go-atomic
|
# goatomic
|
||||||
Useful custom atomic-safe [Go](https://golang.org/) structures.
|
Useful custom atomic-safe [Go](https://golang.org/) structures.
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
package workergroup
|
package goatomic
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"runtime"
|
"runtime"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
package workergroup
|
package goatomic
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"runtime"
|
"runtime"
|
||||||
|
|
Loading…
Reference in a new issue