fixed function calls
This commit is contained in:
parent
0b4c26005f
commit
0849ed1b7c
@ -31,7 +31,7 @@ type InitiatedFlow struct {
|
||||
}
|
||||
|
||||
func (f *InitiatedFlow) String() string {
|
||||
return fmt.Sprintf("TcpOutbound{%v -> %v}", f.Local, f.Remote)
|
||||
return fmt.Sprintf("TcpOutbound{%v -> %v}", f.Local(), f.Remote)
|
||||
}
|
||||
|
||||
type Flow struct {
|
||||
|
@ -34,7 +34,7 @@ type InitiatedFlow struct {
|
||||
}
|
||||
|
||||
func (f *InitiatedFlow) String() string {
|
||||
return fmt.Sprintf("UdpOutbound{%v -> %v}", f.Local, f.Remote)
|
||||
return fmt.Sprintf("UdpOutbound{%v -> %v}", f.Local(), f.Remote)
|
||||
}
|
||||
|
||||
type Flow struct {
|
||||
|
Loading…
Reference in New Issue
Block a user