Update module path to use self-hosted Gitea URL
Changed the Go module path to point to the self-hosted Gitea repository. Updated import statements in the main package to reflect the new module path. This ensures alignment with the updated hosting environment.
This commit is contained in:
parent
fc8bedd474
commit
be3848d0b3
@ -1,10 +1,11 @@
|
|||||||
package main
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"aislegopher"
|
|
||||||
"fmt"
|
"fmt"
|
||||||
"os"
|
"os"
|
||||||
"strconv"
|
"strconv"
|
||||||
|
|
||||||
|
"gitea.stevedudenhoeffer.com/steve/aislegopher"
|
||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user