Skip to content

Commit 96845a6

Browse files
committed
Modify package tags
1 parent acbd0f9 commit 96845a6

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

doc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
// Additionally the package provide a throttle for the limited processing
1212
// of events per second.
1313

14-
package wait // import "tideland.dev/go/wait"
14+
package wait
1515

1616
// EOF

jitter.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// All rights reserved. Use of this source code is governed
66
// by the new BSD license.
77

8-
package wait // import "tideland.dev/go/wait"
8+
package wait
99

1010
//--------------------
1111
// IMPORTS

jitter_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// All rights reserved. Use of this source code is governed
66
// by the new BSD license.
77

8-
package wait_test // import "tideland.dev/go/wait"
8+
package wait_test
99

1010
//--------------------
1111
// IMPORTS

throttle.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// All rights reserved. Use of this source code is governed
66
// by the new BSD license.
77

8-
package wait // import "tideland.dev/go/wait"
8+
package wait
99

1010
//--------------------
1111
// IMPORTS

throttle_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// All rights reserved. Use of this source code is governed
66
// by the new BSD license.
77

8-
package wait_test // import "tideland.dev/go/wait"
8+
package wait_test
99

1010
//--------------------
1111
// IMPORTS

ticker.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// All rights reserved. Use of this source code is governed
66
// by the new BSD license.
77

8-
package wait // import "tideland.dev/go/wait"
8+
package wait
99

1010
//--------------------
1111
// IMPORTS

wait.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// All rights reserved. Use of this source code is governed
66
// by the new BSD license.
77

8-
package wait // import "tideland.dev/go/wait"
8+
package wait
99

1010
//--------------------
1111
// IMPORTS

wait_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// All rights reserved. Use of this source code is governed
66
// by the new BSD license.
77

8-
package wait_test // import "tideland.dev/go/wait"
8+
package wait_test
99

1010
//--------------------
1111
// IMPORTS

0 commit comments

Comments
 (0)