diff options
author | Wolfy-J <[email protected]> | 2018-06-23 17:34:58 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-06-23 17:34:58 +0300 |
commit | 2a5c85f115945ca343c3104f09bce2ff089b4fc0 (patch) | |
tree | b7707dd0d2f6349468612ddc4a91ce279f70d02f /service/http/service_test.go | |
parent | e170f8ab968db9746918c4abb731a7d9677e2ada (diff) |
properly close
Diffstat (limited to 'service/http/service_test.go')
-rw-r--r-- | service/http/service_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/service/http/service_test.go b/service/http/service_test.go index 55fa660b..10a20662 100644 --- a/service/http/service_test.go +++ b/service/http/service_test.go @@ -397,4 +397,4 @@ func tmpDir() string { r, _ := json.Marshal(p) return string(r) -} +}
\ No newline at end of file |