From c74f1c9846127f73fb677b132df8a993909af5ae Mon Sep 17 00:00:00 2001 From: keks Date: Sat, 28 Oct 2017 09:45:18 +0200 Subject: [PATCH] fix imports and gx publish 0.4.9 --- .gx/lastpubver | 2 +- http/responseemitter.go | 1 - package.json | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.gx/lastpubver b/.gx/lastpubver index 3e20c50..10fa9cc 100644 --- a/.gx/lastpubver +++ b/.gx/lastpubver @@ -1 +1 @@ -0.4.8: QmTb4KszUHSdLPhwNyCX3aX6ugezhkhZe2b9Cf4YbMWBuj +0.4.9: QmUgr8HrEkQqXfBPtj1A2UEg1V7cvhUhDsmL44wFPCJk5k diff --git a/http/responseemitter.go b/http/responseemitter.go index c9c18f1..b450d19 100644 --- a/http/responseemitter.go +++ b/http/responseemitter.go @@ -4,7 +4,6 @@ import ( "fmt" "io" "net/http" - "os" "strconv" "sync" diff --git a/package.json b/package.json index c19c47d..d305623 100644 --- a/package.json +++ b/package.json @@ -34,6 +34,6 @@ "language": "go", "license": "MIT", "name": "go-ipfs-cmds", - "version": "0.4.8" + "version": "0.4.9" } -- GitLab