From 5da5e467a6c92a658b00e2f6a94ed03a6fcd3bf0 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Sun, 1 Apr 2018 12:12:47 +0200 Subject: main: pull regular exits into main function The replaces the "does not return" comments with an explicit os.Exit, which is unambigous. --- info.go | 1 - 1 file changed, 1 deletion(-) (limited to 'info.go') diff --git a/info.go b/info.go index b6f041f..bbc5a10 100644 --- a/info.go +++ b/info.go @@ -41,5 +41,4 @@ func info(filename string) { s := cf.ScryptObject fmt.Printf("ScryptObject: Salt=%dB N=%d R=%d P=%d KeyLen=%d\n", len(s.Salt), s.N, s.R, s.P, s.KeyLen) - os.Exit(0) } -- cgit v1.2.3