aboutsummaryrefslogtreecommitdiff
path: root/parser.go
diff options
context:
space:
mode:
Diffstat (limited to 'parser.go')
-rw-r--r--parser.go6
1 files changed, 0 insertions, 6 deletions
diff --git a/parser.go b/parser.go
index 344efca..196dc94 100644
--- a/parser.go
+++ b/parser.go
@@ -1,7 +1,6 @@
package main
import (
- "fmt"
"strconv"
"strings"
"time"
@@ -30,11 +29,6 @@ type (
}
)
-func (e *Entry) FomartLink(format string) string {
- c := strings.Replace(*e.Commit, "-dirty", "", -1)
- return fmt.Sprintf(format, c, *e.Origin)
-}
-
func (e *Entry) Properties() map[string]string {
p := make(map[string]string)