bring back exec and strings

This commit is contained in:
Frank Denis 2018-03-07 20:21:58 +01:00
parent a6ae97ecb1
commit 3d50549cae

View file

@ -8,9 +8,11 @@ import (
"errors" "errors"
"fmt" "fmt"
"os" "os"
"os/exec"
"os/signal" "os/signal"
"regexp" "regexp"
"strconv" "strconv"
"strings"
"text/template" "text/template"
"time" "time"
) )