Forgot to put imports in fhe FreeBSD net file.

This commit is contained in:
Gary Talent 2016-02-27 18:20:37 -06:00
parent 863f1d4621
commit 426ad9cfa3

View File

@ -7,6 +7,13 @@
*/
package main
import (
"bytes"
"log"
"os/exec"
"strconv"
)
func setupPortForward(ip, port string) {
}