mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
Returned names of repo
This commit is contained in:
@@ -3,7 +3,7 @@ package clocks
|
||||
import (
|
||||
"time"
|
||||
|
||||
"github.com/andrewzolotukhin/wtf/wtf"
|
||||
"github.com/senorprogrammer/wtf/wtf"
|
||||
)
|
||||
|
||||
type Clock struct {
|
||||
|
||||
@@ -3,7 +3,7 @@ package clocks
|
||||
import (
|
||||
"fmt"
|
||||
|
||||
"github.com/andrewzolotukhin/wtf/wtf"
|
||||
"github.com/senorprogrammer/wtf/wtf"
|
||||
)
|
||||
|
||||
func (widget *Widget) display(clocks []Clock) {
|
||||
|
||||
@@ -4,7 +4,7 @@ import (
|
||||
"time"
|
||||
|
||||
"github.com/olebedev/config"
|
||||
"github.com/andrewzolotukhin/wtf/wtf"
|
||||
"github.com/senorprogrammer/wtf/wtf"
|
||||
)
|
||||
|
||||
// Config is a pointer to the global config object
|
||||
|
||||
Reference in New Issue
Block a user