Files returned by WriteToNewTempFile are cleaned up automatically at the end of a test case execution. WriteToNewTempFile now relies on the TB.TempDir() function provided by the testing std package. TempFile returns a temporary file that can be used within a test case and is automatically removed at the end of the test execution. |
||
|---|---|---|
| .. | ||
| broadcast.go | ||
| cli_test.go | ||
| decode.go | ||
| encode_test.go | ||
| encode.go | ||
| query.go | ||
| tx_multisign.go | ||
| tx_sign.go | ||
| validate_sigs.go | ||