diff options
| author | Christine Dodrill <me@christine.website> | 2019-06-04 13:35:44 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-06-04 13:35:44 -0400 |
| commit | 654f273baaaba63bf73fd46a65ecd1440c4758fe (patch) | |
| tree | 00db6f9b02cc8f6e8cff51a22819e34b582b9c6b /internal | |
| parent | 7ce978fdecebdf623700fd8c5f882846f1a610ea (diff) | |
| download | x-654f273baaaba63bf73fd46a65ecd1440c4758fe.tar.xz x-654f273baaaba63bf73fd46a65ecd1440c4758fe.zip | |
[minor] move to within.website/x (#14)
* move to within.website/x
* Update user_agent.go
* cmd/within.website: add bot info page
Diffstat (limited to 'internal')
| -rw-r--r-- | internal/flagenv/flagenv_test.go | 2 | ||||
| -rw-r--r-- | internal/internal.go | 6 | ||||
| -rw-r--r-- | internal/license.go | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/internal/flagenv/flagenv_test.go b/internal/flagenv/flagenv_test.go index 4ff958b..eb21a39 100644 --- a/internal/flagenv/flagenv_test.go +++ b/internal/flagenv/flagenv_test.go @@ -8,7 +8,7 @@ import ( "strings" "testing" - "github.com/Xe/x/internal/flagenv" + "within.website/x/internal/flagenv" "github.com/facebookgo/ensure" ) diff --git a/internal/internal.go b/internal/internal.go index a7225b8..53b08f4 100644 --- a/internal/internal.go +++ b/internal/internal.go @@ -6,8 +6,8 @@ import ( "fmt" "os" - "github.com/Xe/x/internal/flagenv" - "github.com/Xe/x/internal/manpage" + "within.website/x/internal/flagenv" + "within.website/x/internal/manpage" "go4.org/legal" "within.website/confyg/flagconfyg" "within.website/ln" @@ -20,7 +20,7 @@ import ( _ "github.com/joho/godotenv/autoload" // User agent init hook - _ "github.com/Xe/x/web" + _ "within.website/x/web" ) var ( diff --git a/internal/license.go b/internal/license.go index 7b4cbae..bb4dc0b 100644 --- a/internal/license.go +++ b/internal/license.go @@ -5,7 +5,7 @@ import ( "net/http" "os" - "github.com/Xe/x/cmd/license/licenses" + "within.website/x/cmd/license/licenses" "go4.org/legal" ) |
