mirror of
https://github.com/Fishwaldo/restic-nats-server.git
synced 2025-03-15 11:31:26 +00:00
11 lines
No EOL
177 B
Go
11 lines
No EOL
177 B
Go
package main
|
|
|
|
import (
|
|
//"github.com/Fishwaldo/restic-nats-server/cmd/rns"
|
|
"github.com/Fishwaldo/restic-nats-server/cmd"
|
|
)
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
//rns.StartWorker()
|
|
} |