diff options
author | Rasmus Dahlberg <rasmus.dahlberg@kau.se> | 2020-10-28 14:56:38 +0100 |
---|---|---|
committer | Rasmus Dahlberg <rasmus.dahlberg@kau.se> | 2020-10-28 14:56:38 +0100 |
commit | ffe6e49220648a0b847e47e1072cf0b8d1b1f803 (patch) | |
tree | 52949a55f3d8b1ad1f214aa6e408c194ecf1eaba /server/main.go | |
parent | caca215c9516e8dc236a8510a6a5467c267d2331 (diff) |
go fmt
Diffstat (limited to 'server/main.go')
-rw-r--r-- | server/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/main.go b/server/main.go index 924cfc9..f5403d4 100644 --- a/server/main.go +++ b/server/main.go @@ -20,7 +20,7 @@ var ( trillianID = flag.Int64("trillian_id", 5991359069696313945, "log identifier in the Trillian database") rpcDeadline = flag.Duration("rpc_deadline", time.Second*10, "deadline for backend RPC requests") anchorPath = flag.String("anchor_path", "testdata/chain/rgdd-root.pem", "path to a file containing PEM-encoded X.509 root certificates") - keyPath = flag.String("key_path", "testdata/chain/stfe.key", "path to a PEM-encoded ed25519 signing key") + keyPath = flag.String("key_path", "testdata/chain/stfe.key", "path to a PEM-encoded ed25519 signing key") ) func main() { |