remove vendor dir
This commit is contained in:
2
Makefile
2
Makefile
@ -17,7 +17,7 @@ LOG := log/
|
||||
ETC := etc/
|
||||
USR := usr/
|
||||
LOCAL := local/
|
||||
VERSION := 0.32.081
|
||||
VERSION := 0.32.082
|
||||
|
||||
GO111MODULE=off
|
||||
|
||||
|
@ -10,7 +10,7 @@ import (
|
||||
"time"
|
||||
)
|
||||
|
||||
func (s *SAMManager )RunUI() {
|
||||
func (s *SAMManager) RunUI() {
|
||||
}
|
||||
|
||||
func (s *SAMManager) Serve() bool {
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user