rename hp dir
This commit is contained in:
parent
e2ab505b47
commit
8fc5a8b018
|
@ -3,7 +3,7 @@ package main
|
||||||
import (
|
import (
|
||||||
"os"
|
"os"
|
||||||
|
|
||||||
"git.eeqj.de/sneak/historyposter/hp"
|
"git.eeqj.de/sneak/historyposter/historyposter"
|
||||||
)
|
)
|
||||||
|
|
||||||
// these are filled in at link-time by the build scripts
|
// these are filled in at link-time by the build scripts
|
||||||
|
@ -15,5 +15,5 @@ var Version string
|
||||||
var Buildarch string
|
var Buildarch string
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
os.Exit(hp.CLIEntry(Version, Buildarch))
|
os.Exit(historyposter.CLIEntry(Version, Buildarch))
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
package hp
|
package historyposter
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"context"
|
"context"
|
|
@ -1,4 +1,4 @@
|
||||||
package hp
|
package historyposter
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"context"
|
"context"
|
Loading…
Reference in New Issue