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
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:
@@ -1,4 +1,4 @@
|
|||||||
module github.com/aledjones/spotigram
|
module git.jonasmoeller.de/aledjones/spotigram
|
||||||
|
|
||||||
go 1.19
|
go 1.19
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
@@ -21,7 +21,7 @@ THE SOFTWARE.
|
|||||||
*/
|
*/
|
||||||
package main
|
package main
|
||||||
|
|
||||||
import "github.com/aledjones/spotigram/cmd"
|
import "git.jonasmoeller.de/aledjones/spotigram/cmd"
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
cmd.Execute()
|
cmd.Execute()
|
||||||
|
|||||||
Reference in New Issue
Block a user