Update package name to be goatomic

This commit is contained in:
Tony Blyler 2017-06-30 17:44:11 -04:00
parent f50dc198ff
commit d9589982e2
3 changed files with 3 additions and 3 deletions

View file

@ -1,2 +1,2 @@
# go-atomic
# goatomic
Useful custom atomic-safe [Go](https://golang.org/) structures.

View file

@ -1,4 +1,4 @@
package workergroup
package goatomic
import (
"runtime"

View file

@ -1,4 +1,4 @@
package workergroup
package goatomic
import (
"runtime"