Browse Source

Fixed import

Wirecog 6 years ago
parent
commit
246d38ef24
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      common/common.go

+ 1
- 1
common/common.go View File

1
 package common
1
 package common
2
 
2
 
3
-import "isomorphicgo/isokit"
3
+import "github.com/isomorphicgo/isokit"
4
 
4
 
5
 type Env struct {
5
 type Env struct {
6
 	TemplateSet *isokit.TemplateSet
6
 	TemplateSet *isokit.TemplateSet