Skip to content

Commit

Permalink
typo and import fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vburenin committed Mar 14, 2016
1 parent 5369dc4 commit c914dc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cwaitgroup_test.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package nsync

import (
"sync"
"testing"
"time"
"sync"
)

func TestCWaitGroup(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion doc.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This package provide a set of primitives that are not provided by standard Go library.
// nsync package provides a set of primitives that are not provided by standard Go library.
//
// NamedMutex - a map of dynamically created mutexes by a referred name.
//
Expand Down

0 comments on commit c914dc2

Please sign in to comment.