cmd/syncthing: Refactor command line parsing (#7330)

This commit is contained in:
Jakob Borg
2021-02-10 20:35:37 +01:00
committed by GitHub
parent 0471daf771
commit 4f20c900d0
10 changed files with 278 additions and 321 deletions
+12
View File
@@ -0,0 +1,12 @@
// Copyright (C) 2021 The Syncthing Authors.
//
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this file,
// You can obtain one at https://mozilla.org/MPL/2.0/.
// +build solaris windows
package main
func startPerfStats() {
}