remove vendor dir

This commit is contained in:
idk
2019-10-21 13:53:41 -04:00
parent d2f767dbe0
commit aa52be69ff
4 changed files with 4 additions and 4 deletions

View File

@ -17,7 +17,7 @@ LOG := log/
ETC := etc/
USR := usr/
LOCAL := local/
VERSION := 0.32.081
VERSION := 0.32.082
GO111MODULE=off

View File

@ -10,7 +10,7 @@ import (
"time"
)
func (s *SAMManager )RunUI() {
func (s *SAMManager) RunUI() {
}
func (s *SAMManager) Serve() bool {

View File

@ -19,7 +19,7 @@ import (
"github.com/eyedeekay/sam-forwarder/i2pkeys"
"github.com/eyedeekay/sam-forwarder/interface"
"github.com/eyedeekay/sam3"
"github.com/eyedeekay/sam3/i2pkeys"
i2pkeys "github.com/eyedeekay/sam3/i2pkeys"
)
//SAMForwarder is a structure which automatically configured the forwarding of

View File

@ -15,7 +15,7 @@ import (
"github.com/eyedeekay/sam-forwarder/i2pkeys"
"github.com/eyedeekay/sam-forwarder/interface"
"github.com/eyedeekay/sam3"
"github.com/eyedeekay/sam3/i2pkeys"
i2pkeys "github.com/eyedeekay/sam3/i2pkeys"
)
//SAMSSUClientForwarder is a structure which automatically configured the forwarding of