7 lines
86 B
Go
7 lines
86 B
Go
package assets
|
|
|
|
import _ "embed"
|
|
|
|
//go:embed bank_card.db
|
|
var BankCardDatabase []byte
|