mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
I did it this way instead of using mktemp because a) mktemp would have created a different filename on every host, which would make the client side logic much more confusing b) mktemp isn't guaranteed to be available everywhere, so we're not losing much by assuming /tmp exists. |
||
|---|---|---|
| .. | ||
| creator.go | ||
| local.go | ||
| remote.go | ||