Interim while bringing sqlc in

This commit is contained in:
Matt Jadud
2025-11-30 08:20:39 -05:00
parent 0fbf88101f
commit f72c6b020f
14 changed files with 315 additions and 8 deletions

View File

@@ -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)