fix formatting
This commit is contained in:
parent
f3949b1b59
commit
b4494c7ed3
11 changed files with 34 additions and 34 deletions
14
db/db.go
14
db/db.go
|
|
@ -47,13 +47,13 @@ type Transaction struct {
|
|||
}
|
||||
|
||||
type Card_wipe_info struct {
|
||||
Id int
|
||||
K0 string
|
||||
K1 string
|
||||
K2 string
|
||||
K3 string
|
||||
K4 string
|
||||
Uid string
|
||||
Id int
|
||||
K0 string
|
||||
K1 string
|
||||
K2 string
|
||||
K3 string
|
||||
K4 string
|
||||
Uid string
|
||||
}
|
||||
|
||||
func open() (*sql.DB, error) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue