1
0
mirror of https://github.com/apple/foundationdb.git synced 2025-05-22 23:19:02 +08:00

Add go.mod to the package

This commit is contained in:
Xiaoge Su 2024-04-22 18:44:16 -07:00
parent c852e53875
commit 294e10c387

@ -20,7 +20,9 @@ set(SRCS
src/fdb/database.go
src/fdb/directory/directorySubspace.go
src/fdb/fdb_test.go
src/fdb/snapshot.go)
src/fdb/snapshot.go
go.mod)
set(GOPATH ${CMAKE_CURRENT_BINARY_DIR})
set(GO_PACKAGE_ROOT github.com/apple/foundationdb/bindings/go)