From 8c554c329ba60327b9c100826b6260e56f048ed7 Mon Sep 17 00:00:00 2001 From: Timothy Date: Tue, 13 May 2014 13:09:18 +0800 Subject: [PATCH] remove unused file --- response_entity.go | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 response_entity.go diff --git a/response_entity.go b/response_entity.go deleted file mode 100644 index 090fd28..0000000 --- a/response_entity.go +++ /dev/null @@ -1,20 +0,0 @@ -package main - -type status struct { - code string - message string - created_at string -} - -type domain struct { - id int - name string - status string - records string - owner string -} - -type domain_list struct { - ret_status status - domains []domain -}