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 /web/switchcounter | |
| 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 'web/switchcounter')
| -rw-r--r-- | web/switchcounter/switchc.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/switchcounter/switchc.go b/web/switchcounter/switchc.go index f40929f..7acbe43 100644 --- a/web/switchcounter/switchc.go +++ b/web/switchcounter/switchc.go @@ -7,7 +7,7 @@ import ( "net/http" "time" - "github.com/Xe/x/web" + "within.website/x/web" ) type arg struct { |
