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"
"fmt"
"os"
"os/exec"
"os/signal"
"regexp"
"strconv"
"strings"
"text/template"
"time"
)