mirror of
https://github.com/crazybber/awesome-patterns.git
synced 2024-11-24 13:36:03 +03:00
fix import path
This commit is contained in:
parent
dd974af57f
commit
7a5a5685e8
@ -3,7 +3,7 @@ package main
|
|||||||
import (
|
import (
|
||||||
"fmt"
|
"fmt"
|
||||||
|
|
||||||
"github.com/jianhan/go-patterns/creational/singleton"
|
"github.com/crazybber/go-patterns/creational/singleton"
|
||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
|
@ -1,8 +1,9 @@
|
|||||||
package mocklib
|
package mocklib
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"github.com/weichou1229/go-patterns/playground/mocklib/mocks"
|
|
||||||
"testing"
|
"testing"
|
||||||
|
|
||||||
|
"github.com/crazybber/go-patterns/playground/mocklib/mocks"
|
||||||
)
|
)
|
||||||
|
|
||||||
func TestStartRobots(t *testing.T) {
|
func TestStartRobots(t *testing.T) {
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
package main
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"github.com/weichou1229/go-patterns/playground/singleton/internal"
|
"github.com/crazybber/go-patterns/playground/singleton/internal"
|
||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
|
Loading…
Reference in New Issue
Block a user