Merge pull request 'changed namespace' (#3) from aledjones-patch-2 into main
Build / build (amd64, darwin) (push) Successful in 3m2s
Build / build (amd64, windows) (push) Successful in 42s
Build / build (arm64, darwin) (push) Successful in 40s
Build / build (arm64, windows) (push) Successful in 41s
Build / build (amd64, linux) (push) Successful in 2m35s
Build / build (arm64, linux) (push) Successful in 34s

Reviewed-on: #3
This commit was merged in pull request #3.
This commit is contained in:
2024-12-31 10:17:53 +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()