Skip to content

Commit

Permalink
#5 Add TODO about csv file header
Browse files Browse the repository at this point in the history
  • Loading branch information
quapka committed Mar 8, 2019
1 parent 7cee585 commit 3e0c59a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gen-keys/generate_keys.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ func main() {
}

// Write header
// TODO make header dependent on the type of a key
if _, err := f.Write([]byte("id;n;e;d;p;q;t1;\n")); err != nil {
log.Fatal(err)
}
Expand Down

0 comments on commit 3e0c59a

Please sign in to comment.