Merge pull request #24 from UKHomeOffice/os_envs

- removing the regexs import
This commit is contained in:
Rohith 2016-07-13 16:00:38 +01:00 committed by GitHub
commit a0cc65311d

View file

@ -19,7 +19,6 @@ package main
import ( import (
"fmt" "fmt"
"os" "os"
"regexp"
"strconv" "strconv"
"strings" "strings"
"time" "time"