mirror of
https://github.com/apple/foundationdb.git
synced 2025-05-14 09:58:50 +08:00
7 lines
245 B
Modula-2
7 lines
245 B
Modula-2
module github.com/apple/foundationdb/bindings/go
|
|
|
|
// The FoundationDB go bindings currently have no external golang dependencies outside of
|
|
// the go standard library.
|
|
|
|
require golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 // indirect
|