Skip to content

Commit

Permalink
Fix #57 unrecognized import path, Since fsnotify changed their packag…
Browse files Browse the repository at this point in the history
…e path
  • Loading branch information
sunfmin committed Mar 22, 2018
1 parent cfcf2db commit 7c4c314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gorazor/gogen.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"path/filepath"
"strings"

"gopkg.in/fsnotify.v1"
"github.com/fsnotify/fsnotify"
)

var GorazorNamespace = `"github.com/sipin/gorazor/gorazor"`
Expand Down

0 comments on commit 7c4c314

Please sign in to comment.