Skip to content

Commit

Permalink
Merge pull request #17 from vbatts/static_build
Browse files Browse the repository at this point in the history
process/embedded: missing import
  • Loading branch information
cretz authored Oct 16, 2018
2 parents 532dd07 + b53b17f commit 25e2ee8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion process/embedded/tor-0.3.3/process.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ package tor033
import (
"context"
"fmt"
"net"

"github.com/cretz/bine/process"
)
Expand Down Expand Up @@ -113,4 +114,4 @@ func (e *embeddedProcess) Wait() error {

func (e *embeddedProcess) EmbeddedControlConn() (net.Conn, error) {
return nil, process.ErrControlConnUnsupported
}
}

0 comments on commit 25e2ee8

Please sign in to comment.