Skip to content

Commit 02c96e8

Browse files
committed
go fmt
1 parent 5538aaa commit 02c96e8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,5 @@ require (
1111
golang.org/x/sys v0.0.0-20161214190518-d75a52659825 // indirect
1212
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
1313
)
14+
15+
go 1.13

utils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ import (
66
"fmt"
77
"github.com/fatih/color"
88
"github.com/satori/go.uuid"
9-
"text/template"
109
"io/ioutil"
1110
"os"
1211
"path"
1312
"reflect"
1413
"regexp"
1514
"strings"
15+
"text/template"
1616
)
1717

1818
// Cd is a remote helper function that runs a `cd` before a command

0 commit comments

Comments
 (0)