diff options
| author | Joe Richey joerichey@google.com <joerichey@google.com> | 2017-06-28 13:57:55 -0700 |
|---|---|---|
| committer | Joe Richey joerichey@google.com <joerichey@google.com> | 2017-06-28 15:15:21 -0700 |
| commit | 2c52eca8727df744d093703bbcbd87fc39d57d30 (patch) | |
| tree | ce733819f34baacbb67d5dabb5baaa01c6888e9d /cmd/fscrypt/setup.go | |
| parent | abdd12ff9efa98af245b91517398ad84b42fd90e (diff) | |
This commit changes all the internal import paths from `fscrypt/foo` to
`github.com/google/fscrypt/foo` so that it can be built once we release
externaly. The documentation in README.md is updated accordingly.
Also, the README has a note noting that we do not make any guarantees
about project stability before 1.0 (when it ships with Ubuntu).
Change-Id: I6ba86e442c74057c8a06ba32a42e17f94833e280
Diffstat (limited to 'cmd/fscrypt/setup.go')
| -rw-r--r-- | cmd/fscrypt/setup.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/fscrypt/setup.go b/cmd/fscrypt/setup.go index 4f2375c..6433b0c 100644 --- a/cmd/fscrypt/setup.go +++ b/cmd/fscrypt/setup.go @@ -25,7 +25,7 @@ import ( "io" "os" - "fscrypt/actions" + "github.com/google/fscrypt/actions" ) // createGlobalConfig creates (or overwrites) the global config file |