go fmt
This commit is contained in:
@ -1,14 +1,14 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"git.binarythought.com/cdramey/qurl/storage"
|
||||
"time"
|
||||
"fmt"
|
||||
"path"
|
||||
"git.binarythought.com/cdramey/qurl/storage"
|
||||
"os"
|
||||
"path"
|
||||
"time"
|
||||
)
|
||||
|
||||
func manageBackup(stor storage.Storage, dir string, interval int){
|
||||
func manageBackup(stor storage.Storage, dir string, interval int) {
|
||||
for {
|
||||
time.Sleep(time.Duration(interval) * time.Second)
|
||||
fname := fmt.Sprintf("qurl-%s.backup",
|
||||
|
||||
Reference in New Issue
Block a user