Interim while bringing sqlc in
This commit is contained in:
@@ -13,7 +13,7 @@ func main() {
|
||||
Subdomain: 1,
|
||||
Path: 1,
|
||||
}
|
||||
result := d64.AsInt64()
|
||||
result := d64.ToInt64()
|
||||
fmt.Printf("%064b\n", result)
|
||||
fmt.Printf("%016x\n", result)
|
||||
fmt.Println(result)
|
||||
|
||||
Reference in New Issue
Block a user