mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-20 15:10:10 +00:00
Fixed linter issues and added test files
This commit is contained in:
committed by
Adrian Gallagher
parent
f302efeb68
commit
7042da1e03
@@ -73,5 +73,8 @@ func main() {
|
||||
if err != nil {
|
||||
log.Fatalf("Unable to write output file %s. Error: %s", outFile, err)
|
||||
}
|
||||
log.Printf("Successfully %s input file %s and wrote output to %s.\n", EncryptOrDecrypt(encrypt), inFile, outFile)
|
||||
log.Printf(
|
||||
"Successfully %s input file %s and wrote output to %s.\n",
|
||||
EncryptOrDecrypt(encrypt), inFile, outFile,
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user