diff options
Diffstat (limited to 'delete.go')
| -rw-r--r-- | delete.go | 3 | 
1 files changed, 2 insertions, 1 deletions
@@ -7,8 +7,9 @@  package cloudflare  import ( -	"go.wit.com/log"  	"os" + +	"go.wit.com/log"  )  func Delete(zone string, hostname string, value string) (bool, string) {  | 
