changed namespace #3

Merged
aledjones merged 2 commits from aledjones-patch-2 into main 2024-12-31 10:17:54 +01:00
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
module github.com/aledjones/spotigram
module git.jonasmoeller.de/aledjones/spotigram
go 1.19
+2 -2
View File
@@ -1,5 +1,5 @@
/*
Copyright © 2023 Jonas Möller <mail@jonasmoeller.de>
Copyright © 2024 Jonas Möller <mail@jonasmoeller.de>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
@@ -21,7 +21,7 @@ THE SOFTWARE.
*/
package main
import "github.com/aledjones/spotigram/cmd"
import "git.jonasmoeller.de/aledjones/spotigram/cmd"
func main() {
cmd.Execute()