From 852e38a360d47c7dc64798d1b051b2f61047fd8e Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Thu, 16 May 2019 10:34:09 +0200 Subject: global: change acronyms to uppercase Signed-off-by: Simon Rozman --- conf/config.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'conf/config.go') diff --git a/conf/config.go b/conf/config.go index 80c5a7e3..b26dd09d 100644 --- a/conf/config.go +++ b/conf/config.go @@ -44,8 +44,8 @@ type Interface struct { PrivateKey Key Addresses []IPCidr ListenPort uint16 - Mtu uint16 - Dns []net.IP + MTU uint16 + DNS []net.IP } type Peer struct { -- cgit v1.2.3-59-g8ed1b