mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-04-04 04:17:36 +03:00
Remove ToString0[T] usage to fix golangci-lint
This commit is contained in:
parent
0ef2e330e3
commit
6048b1e270
24 changed files with 59 additions and 99 deletions
|
@ -145,7 +145,7 @@ type ShadowsocksDestination struct {
|
|||
|
||||
type TunInboundOptions struct {
|
||||
InterfaceName string `json:"interface_name,omitempty"`
|
||||
MTU uint32 `json:"mtu,omitempty,omitempty"`
|
||||
MTU uint32 `json:"mtu,omitempty"`
|
||||
Inet4Address *ListenPrefix `json:"inet4_address,omitempty"`
|
||||
Inet6Address *ListenPrefix `json:"inet6_address,omitempty"`
|
||||
AutoRoute bool `json:"auto_route,omitempty"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue