Browse Source

x/fs => fs

master
jimzhan 9 years ago
parent
commit
13b75ce548
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      env.go

+ 1
- 1
env.go View File

@@ -11,7 +11,7 @@ import (
"strings"

log "github.com/Sirupsen/logrus"
"github.com/goanywhere/x/fs"
"github.com/goanywhere/fs"
)

const tag string = "env"

Loading…
Cancel
Save