We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5538aaa commit 02c96e8Copy full SHA for 02c96e8
go.mod
@@ -11,3 +11,5 @@ require (
11
golang.org/x/sys v0.0.0-20161214190518-d75a52659825 // indirect
12
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
13
)
14
+
15
+go 1.13
utils.go
@@ -6,13 +6,13 @@ import (
6
"fmt"
7
"github.com/fatih/color"
8
"github.com/satori/go.uuid"
9
- "text/template"
10
"io/ioutil"
"os"
"path"
"reflect"
"regexp"
"strings"
+ "text/template"
16
17
18
// Cd is a remote helper function that runs a `cd` before a command
0 commit comments