diff options
author | Matthew Holt <[email protected]> | 2019-06-14 11:58:28 -0600 |
---|---|---|
committer | Matthew Holt <[email protected]> | 2019-06-14 11:58:28 -0600 |
commit | 5137859e47678aae81e178ca7d164f9e2b4e3121 (patch) | |
tree | f0e5cb9b9a4ad5dc03b53127fcea2a536bd6ee27 /admin_test.go | |
parent | b8e7453fef3dac6036403bc384eec96becff5114 (diff) | |
download | caddy-5137859e47678aae81e178ca7d164f9e2b4e3121.tar.gz caddy-5137859e47678aae81e178ca7d164f9e2b4e3121.zip |
Rename caddy2 -> caddy
Removes the version from the package name
Diffstat (limited to 'admin_test.go')
-rw-r--r-- | admin_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin_test.go b/admin_test.go index 73a9efea1..ed1d5a978 100644 --- a/admin_test.go +++ b/admin_test.go @@ -1,4 +1,4 @@ -package caddy2 +package caddy import ( "strings" |