template fix - version up

pull/78/head^2
hunterlong 2018-10-10 21:08:55 -07:00
parent 546e29b412
commit 303134165c
6 changed files with 12 additions and 212 deletions

15
Gopkg.lock generated
View File

@ -6,8 +6,8 @@
name = "cloud.google.com/go" name = "cloud.google.com/go"
packages = ["civil"] packages = ["civil"]
pruneopts = "UT" pruneopts = "UT"
revision = "6cb29e61d96723a38dcac44d4c15c36744d96d07" revision = "dfffe386c33fb24c34ee501e5723df5b97b98514"
version = "v0.29.0" version = "v0.30.0"
[[projects]] [[projects]]
branch = "master" branch = "master"
@ -55,14 +55,6 @@
pruneopts = "UT" pruneopts = "UT"
revision = "1eb28afdf9b6e56cf673badd47545f844fe81103" revision = "1eb28afdf9b6e56cf673badd47545f844fe81103"
[[projects]]
digest = "1:ca82a3b99694824c627573c2a76d0e49719b4a9c02d1d85a2ac91f1c1f52ab9b"
name = "github.com/fatih/structs"
packages = ["."]
pruneopts = "UT"
revision = "a720dfa8df582c51dee1b36feabb906bde1588bd"
version = "v1.0"
[[projects]] [[projects]]
digest = "1:e37eb23cfd852df9c65b5dee28456595d7b12479421221a088b6ea7ad95a3570" digest = "1:e37eb23cfd852df9c65b5dee28456595d7b12479421221a088b6ea7ad95a3570"
name = "github.com/go-mail/mail" name = "github.com/go-mail/mail"
@ -219,7 +211,7 @@
"md4", "md4",
] ]
pruneopts = "UT" pruneopts = "UT"
revision = "e3636079e1a4c1f337f212cc5cd2aca108f6c900" revision = "7c1a557ab941a71c619514f229f0b27ccb0c27cf"
[[projects]] [[projects]]
digest = "1:c25289f43ac4a68d88b02245742347c94f1e108c534dda442188015ff80669b3" digest = "1:c25289f43ac4a68d88b02245742347c94f1e108c534dda442188015ff80669b3"
@ -260,7 +252,6 @@
"github.com/GeertJohan/go.rice", "github.com/GeertJohan/go.rice",
"github.com/GeertJohan/go.rice/embedded", "github.com/GeertJohan/go.rice/embedded",
"github.com/ararog/timeago", "github.com/ararog/timeago",
"github.com/fatih/structs",
"github.com/go-mail/mail", "github.com/go-mail/mail",
"github.com/go-yaml/yaml", "github.com/go-yaml/yaml",
"github.com/gorilla/mux", "github.com/gorilla/mux",

View File

@ -33,10 +33,6 @@
name = "github.com/ararog/timeago" name = "github.com/ararog/timeago"
version = "0.0.1" version = "0.0.1"
[[constraint]]
name = "github.com/fatih/structs"
version = "1.0.0"
[[constraint]] [[constraint]]
name = "github.com/go-mail/mail" name = "github.com/go-mail/mail"
version = "2.2.0" version = "2.2.0"

View File

@ -1,4 +1,4 @@
VERSION=0.74 VERSION=0.75
BINARY_NAME=statup BINARY_NAME=statup
GOPATH:=$(GOPATH) GOPATH:=$(GOPATH)
GOCMD=go GOCMD=go

File diff suppressed because one or more lines are too long

4
doc.go
View File

@ -3,8 +3,8 @@
// //
// Install Statup // Install Statup
// //
// Statup is available for Mac, Linux and Windows 64x. You can download the tar.gz file of use a couple other methods. Download // Statup is available for Mac, Linux and Windows 64x. You can download the tar.gz file or use a couple other methods. Download
// the latest release at https://github.com/hunterlong/statup/releases/latest or use the methods below. If you're on windows, download // the latest release at https://github.com/hunterlong/statup/releases/latest or view below. If you're on windows, download
// the zip file from the latest releases link. // the zip file from the latest releases link.
// //
// // MacOS using homebrew // // MacOS using homebrew

View File

@ -233,10 +233,8 @@
} }
}); });
startPick.setDate(new Date({{.Start}}* 1000); startPick.setDate(new Date({{.Start}}* 1000));
) endPick.setDate(new Date({{.End}}* 1000));
endPick.setDate(new Date({{.End}}* 1000);
)
startPick.hide(); startPick.hide();
endPick.hide(); endPick.hide();