aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXe Iaso <me@xeiaso.net>2023-06-19 12:56:31 -0400
committerXe Iaso <me@xeiaso.net>2023-06-19 12:56:31 -0400
commitc592b6d195aedcd6ec86e8c60d3ba91d524e293b (patch)
treefbdb9fe9331ce491d606402d4b62ba5999ce6122
parent84e8f57b98fd1038e6f2fc401277d936ef45522a (diff)
downloadx-c592b6d195aedcd6ec86e8c60d3ba91d524e293b.tar.xz
x-c592b6d195aedcd6ec86e8c60d3ba91d524e293b.zip
second reshuffling
Signed-off-by: Xe Iaso <me@xeiaso.net>
-rw-r--r--bundler/bundler.go (renamed from internal/bundler/bundler.go)0
-rw-r--r--bundler/bundler_test.go (renamed from internal/bundler/bundler_test.go)0
-rw-r--r--cmd/marabot/main.go2
-rw-r--r--cmd/marabot/revolt.go2
-rw-r--r--cmd/within.website/main.go2
-rw-r--r--misc/i18n/LICENSE.md (renamed from i18n/LICENSE.md)0
-rw-r--r--misc/i18n/README.md (renamed from i18n/README.md)0
-rw-r--r--misc/i18n/doc.go (renamed from i18n/doc.go)0
-rw-r--r--misc/i18n/legal.go (renamed from i18n/legal.go)0
-rw-r--r--misc/i18n/lingo.go (renamed from i18n/lingo.go)0
-rw-r--r--misc/i18n/lingo_test.go (renamed from i18n/lingo_test.go)0
-rw-r--r--misc/i18n/locale.go (renamed from i18n/locale.go)0
-rw-r--r--misc/i18n/locale_test.go (renamed from i18n/locale_test.go)0
-rw-r--r--misc/i18n/translations/de_DE.json (renamed from i18n/translations/de_DE.json)0
-rw-r--r--misc/i18n/translations/en_US.json (renamed from i18n/translations/en_US.json)0
-rw-r--r--misc/i18n/translations/sr_RS.json (renamed from i18n/translations/sr_RS.json)0
-rw-r--r--misc/localca/LICENSE (renamed from localca/LICENSE)0
-rw-r--r--misc/localca/doc.go (renamed from localca/doc.go)0
-rw-r--r--misc/localca/legal.go (renamed from localca/legal.go)0
-rw-r--r--misc/localca/localca.go (renamed from localca/localca.go)0
-rw-r--r--misc/localca/localca_test.go (renamed from localca/localca_test.go)0
-rw-r--r--misc/localca/minica.go (renamed from localca/minica.go)0
-rw-r--r--misc/localca/utils.go (renamed from localca/utils.go)0
-rw-r--r--misc/namegen/elfs/elfs.go (renamed from namegen/elfs/elfs.go)0
-rw-r--r--misc/namegen/elfs/elfs_test.go (renamed from namegen/elfs/elfs_test.go)0
-rw-r--r--misc/namegen/namegen.go (renamed from namegen/namegen.go)4
-rw-r--r--misc/namegen/namegen_test.go (renamed from namegen/namegen_test.go)0
-rw-r--r--misc/namegen/tarot/doc.go (renamed from namegen/tarot/doc.go)0
-rw-r--r--misc/namegen/tarot/namegen.go (renamed from namegen/tarot/namegen.go)0
-rw-r--r--misc/namegen/tarot/namegen_test.go (renamed from namegen/tarot/namegen_test.go)0
-rw-r--r--web/vanity/LICENSE (renamed from vanity/LICENSE)0
-rw-r--r--web/vanity/legal.go (renamed from vanity/legal.go)0
-rw-r--r--web/vanity/vanity.go (renamed from vanity/vanity.go)0
33 files changed, 5 insertions, 5 deletions
diff --git a/internal/bundler/bundler.go b/bundler/bundler.go
index 7c623b5..7c623b5 100644
--- a/internal/bundler/bundler.go
+++ b/bundler/bundler.go
diff --git a/internal/bundler/bundler_test.go b/bundler/bundler_test.go
index 9a269da..9a269da 100644
--- a/internal/bundler/bundler_test.go
+++ b/bundler/bundler_test.go
diff --git a/cmd/marabot/main.go b/cmd/marabot/main.go
index bbf6e65..612a4bc 100644
--- a/cmd/marabot/main.go
+++ b/cmd/marabot/main.go
@@ -25,8 +25,8 @@ import (
"tailscale.com/hostinfo"
"within.website/ln"
"within.website/ln/opname"
+ "within.website/x/bundler"
"within.website/x/internal"
- "within.website/x/internal/bundler"
"within.website/x/web"
"within.website/x/web/revolt"
)
diff --git a/cmd/marabot/revolt.go b/cmd/marabot/revolt.go
index 4588713..33d1d06 100644
--- a/cmd/marabot/revolt.go
+++ b/cmd/marabot/revolt.go
@@ -10,8 +10,8 @@ import (
"github.com/aws/aws-sdk-go/service/s3/s3iface"
"github.com/aws/aws-sdk-go/service/s3/s3manager"
"within.website/ln"
+ "within.website/x/bundler"
"within.website/x/internal"
- "within.website/x/internal/bundler"
"within.website/x/web/revolt"
)
diff --git a/cmd/within.website/main.go b/cmd/within.website/main.go
index c95da9a..cea40d6 100644
--- a/cmd/within.website/main.go
+++ b/cmd/within.website/main.go
@@ -12,7 +12,7 @@ import (
"within.website/ln/ex"
"within.website/ln/opname"
"within.website/x/internal"
- "within.website/x/vanity"
+ "within.website/x/web/vanity"
)
//go:generate go-bindata -pkg main static
diff --git a/i18n/LICENSE.md b/misc/i18n/LICENSE.md
index c72833f..c72833f 100644
--- a/i18n/LICENSE.md
+++ b/misc/i18n/LICENSE.md
diff --git a/i18n/README.md b/misc/i18n/README.md
index c260ea2..c260ea2 100644
--- a/i18n/README.md
+++ b/misc/i18n/README.md
diff --git a/i18n/doc.go b/misc/i18n/doc.go
index 2aa7275..2aa7275 100644
--- a/i18n/doc.go
+++ b/misc/i18n/doc.go
diff --git a/i18n/legal.go b/misc/i18n/legal.go
index 7f68dff..7f68dff 100644
--- a/i18n/legal.go
+++ b/misc/i18n/legal.go
diff --git a/i18n/lingo.go b/misc/i18n/lingo.go
index 4824c01..4824c01 100644
--- a/i18n/lingo.go
+++ b/misc/i18n/lingo.go
diff --git a/i18n/lingo_test.go b/misc/i18n/lingo_test.go
index ca1f559..ca1f559 100644
--- a/i18n/lingo_test.go
+++ b/misc/i18n/lingo_test.go
diff --git a/i18n/locale.go b/misc/i18n/locale.go
index 6b4a793..6b4a793 100644
--- a/i18n/locale.go
+++ b/misc/i18n/locale.go
diff --git a/i18n/locale_test.go b/misc/i18n/locale_test.go
index 6887064..6887064 100644
--- a/i18n/locale_test.go
+++ b/misc/i18n/locale_test.go
diff --git a/i18n/translations/de_DE.json b/misc/i18n/translations/de_DE.json
index c12186d..c12186d 100644
--- a/i18n/translations/de_DE.json
+++ b/misc/i18n/translations/de_DE.json
diff --git a/i18n/translations/en_US.json b/misc/i18n/translations/en_US.json
index 6fa0b8f..6fa0b8f 100644
--- a/i18n/translations/en_US.json
+++ b/misc/i18n/translations/en_US.json
diff --git a/i18n/translations/sr_RS.json b/misc/i18n/translations/sr_RS.json
index fe2bea5..fe2bea5 100644
--- a/i18n/translations/sr_RS.json
+++ b/misc/i18n/translations/sr_RS.json
diff --git a/localca/LICENSE b/misc/localca/LICENSE
index 6aa3d70..6aa3d70 100644
--- a/localca/LICENSE
+++ b/misc/localca/LICENSE
diff --git a/localca/doc.go b/misc/localca/doc.go
index fb4e829..fb4e829 100644
--- a/localca/doc.go
+++ b/misc/localca/doc.go
diff --git a/localca/legal.go b/misc/localca/legal.go
index 9d35318..9d35318 100644
--- a/localca/legal.go
+++ b/misc/localca/legal.go
diff --git a/localca/localca.go b/misc/localca/localca.go
index 360b53f..360b53f 100644
--- a/localca/localca.go
+++ b/misc/localca/localca.go
diff --git a/localca/localca_test.go b/misc/localca/localca_test.go
index 0c85fba..0c85fba 100644
--- a/localca/localca_test.go
+++ b/misc/localca/localca_test.go
diff --git a/localca/minica.go b/misc/localca/minica.go
index d47330b..d47330b 100644
--- a/localca/minica.go
+++ b/misc/localca/minica.go
diff --git a/localca/utils.go b/misc/localca/utils.go
index efc06f3..efc06f3 100644
--- a/localca/utils.go
+++ b/misc/localca/utils.go
diff --git a/namegen/elfs/elfs.go b/misc/namegen/elfs/elfs.go
index 5eb559a..5eb559a 100644
--- a/namegen/elfs/elfs.go
+++ b/misc/namegen/elfs/elfs.go
diff --git a/namegen/elfs/elfs_test.go b/misc/namegen/elfs/elfs_test.go
index 1609111..1609111 100644
--- a/namegen/elfs/elfs_test.go
+++ b/misc/namegen/elfs/elfs_test.go
diff --git a/namegen/namegen.go b/misc/namegen/namegen.go
index 2328c1b..c23eb83 100644
--- a/namegen/namegen.go
+++ b/misc/namegen/namegen.go
@@ -6,8 +6,8 @@ import (
"time"
"cirello.io/goherokuname"
- "within.website/x/namegen/elfs"
- "within.website/x/namegen/tarot"
+ "within.website/x/misc/namegen/elfs"
+ "within.website/x/misc/namegen/tarot"
)
// Generator is a name generation function.
diff --git a/namegen/namegen_test.go b/misc/namegen/namegen_test.go
index 36c66f1..36c66f1 100644
--- a/namegen/namegen_test.go
+++ b/misc/namegen/namegen_test.go
diff --git a/namegen/tarot/doc.go b/misc/namegen/tarot/doc.go
index 9fb79cc..9fb79cc 100644
--- a/namegen/tarot/doc.go
+++ b/misc/namegen/tarot/doc.go
diff --git a/namegen/tarot/namegen.go b/misc/namegen/tarot/namegen.go
index ec18d11..ec18d11 100644
--- a/namegen/tarot/namegen.go
+++ b/misc/namegen/tarot/namegen.go
diff --git a/namegen/tarot/namegen_test.go b/misc/namegen/tarot/namegen_test.go
index e4f2640..e4f2640 100644
--- a/namegen/tarot/namegen_test.go
+++ b/misc/namegen/tarot/namegen_test.go
diff --git a/vanity/LICENSE b/web/vanity/LICENSE
index 79353b0..79353b0 100644
--- a/vanity/LICENSE
+++ b/web/vanity/LICENSE
diff --git a/vanity/legal.go b/web/vanity/legal.go
index 5638820..5638820 100644
--- a/vanity/legal.go
+++ b/web/vanity/legal.go
diff --git a/vanity/vanity.go b/web/vanity/vanity.go
index b637817..b637817 100644
--- a/vanity/vanity.go
+++ b/web/vanity/vanity.go