Move go-timertxt to my git server
This commit is contained in:
parent
ccdf797a1a
commit
61c3133bd2
@ -5,7 +5,7 @@ import (
|
|||||||
"os"
|
"os"
|
||||||
"strings"
|
"strings"
|
||||||
|
|
||||||
timertxt "github.com/br0xen/go-timertxt"
|
timertxt "git.bullercodeworks.com/brian/go-timertxt"
|
||||||
userConfig "github.com/br0xen/user-config"
|
userConfig "github.com/br0xen/user-config"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@ import (
|
|||||||
"strings"
|
"strings"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
timertxt "github.com/br0xen/go-timertxt"
|
timertxt "git.bullercodeworks.com/brian/go-timertxt"
|
||||||
)
|
)
|
||||||
|
|
||||||
// TimerToString takes a TimeEntry and gives a nicely formatted string
|
// TimerToString takes a TimeEntry and gives a nicely formatted string
|
||||||
|
2
model.go
2
model.go
@ -4,7 +4,7 @@ import (
|
|||||||
"strings"
|
"strings"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
timertxt "github.com/br0xen/go-timertxt"
|
timertxt "git.bullercodeworks.com/brian/go-timertxt"
|
||||||
)
|
)
|
||||||
|
|
||||||
func (a *AppState) getMostRecentTimer() (*timertxt.Timer, error) {
|
func (a *AppState) getMostRecentTimer() (*timertxt.Timer, error) {
|
||||||
|
@ -5,8 +5,8 @@ import (
|
|||||||
"strings"
|
"strings"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
timertxt "github.com/br0xen/go-timertxt"
|
timertxt "git.bullercodeworks.com/brian/go-timertxt"
|
||||||
"github.com/br0xen/termbox-util"
|
termboxUtil "github.com/br0xen/termbox-util"
|
||||||
termbox "github.com/nsf/termbox-go"
|
termbox "github.com/nsf/termbox-go"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@ import (
|
|||||||
"strings"
|
"strings"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
timertxt "github.com/br0xen/go-timertxt"
|
timertxt "git.bullercodeworks.com/brian/go-timertxt"
|
||||||
)
|
)
|
||||||
|
|
||||||
func (a *AppState) opI3Status(args []string) int {
|
func (a *AppState) opI3Status(args []string) int {
|
||||||
|
Loading…
Reference in New Issue
Block a user