Jeffrey Paul 4 лет назад
Родитель e2ab505b47
Сommit 8fc5a8b018
  1. 4
      cmd/historyposter/main.go
  2. 2
      historyposter/detector.go
  3. 2
      historyposter/historyposter.go

@ -3,7 +3,7 @@ package main
import (
"os"
"git.eeqj.de/sneak/historyposter/hp"
"git.eeqj.de/sneak/historyposter/historyposter"
)
// these are filled in at link-time by the build scripts
@ -15,5 +15,5 @@ var Version string
var Buildarch string
func main() {
os.Exit(hp.CLIEntry(Version, Buildarch))
os.Exit(historyposter.CLIEntry(Version, Buildarch))
}

@ -1,4 +1,4 @@
package hp
package historyposter
import (
"context"

@ -1,4 +1,4 @@
package hp
package historyposter
import (
"context"
Загрузка…
Отмена
Сохранить