Rename package from shared to commons

All files now use `package commons` instead of `package shared` to match
the module name and directory.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
primal
2026-02-02 15:40:27 -05:00
parent ad532fe99d
commit 705dc7a40f
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
package shared
package commons
import (
"context"
+1 -1
View File
@@ -1,4 +1,4 @@
package shared
package commons
import (
"net/url"
+1 -1
View File
@@ -1,4 +1,4 @@
package shared
package commons
import (
"time"
+1 -1
View File
@@ -1,4 +1,4 @@
package shared
package commons
import (
"net/url"