From d405698c07d343a77371992faaa07a367c4c5287 Mon Sep 17 00:00:00 2001 From: Lev Vysotsky Date: Fri, 15 Apr 2022 00:27:48 +0300 Subject: [PATCH] gofmt --- server.go | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/server.go b/server.go index faef2798..e8b28b2b 100644 --- a/server.go +++ b/server.go @@ -204,11 +204,11 @@ func RunSSServer(filename string, natTimeout time.Duration, sm metrics.Shadowsoc type Config struct { Keys []struct { - ID string - Port int - Cipher string - Secret string - RateLimit int + ID string + Port int + Cipher string + Secret string + RateLimit int } }