misc: small fix or general refactoring i did not bother commenting

This commit is contained in:
evilsocket 2018-04-30 16:21:57 +02:00
commit 480f0daa8d
No known key found for this signature in database
GPG key ID: 1564D7F30393A456
4 changed files with 4 additions and 4 deletions

View file

@ -14,7 +14,7 @@ import (
)
var (
sysCtlParser = regexp.MustCompile("([^:]+):\\s*(.+)")
sysCtlParser = regexp.MustCompile(`([^:]+):\s*(.+)`)
pfFilePath = fmt.Sprintf("/tmp/bcap_pf_%d.conf", os.Getpid())
)