From b4fbcf545eeff6ee61bef10180df565d4be80717 Mon Sep 17 00:00:00 2001 From: ylywyn Date: Thu, 12 Jun 2014 12:33:37 +0800 Subject: [PATCH] =?UTF-8?q?jpush=E6=96=87=E4=BB=B6=E5=A4=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- {api => jpush/api}/common/httpclient.go | 0 {api => jpush/api}/common/httplib.go | 0 {api => jpush/api}/push/audience.go | 0 {api => jpush/api}/push/builder.go | 0 {api => jpush/api}/push/message.go | 0 {api => jpush/api}/push/notice.go | 0 {api => jpush/api}/push/option.go | 0 {api => jpush/api}/push/platform.go | 0 {api => jpush/api}/push/pushclient.go | 0 main.go => jpush/main.go | 0 10 files changed, 0 insertions(+), 0 deletions(-) rename {api => jpush/api}/common/httpclient.go (100%) rename {api => jpush/api}/common/httplib.go (100%) rename {api => jpush/api}/push/audience.go (100%) rename {api => jpush/api}/push/builder.go (100%) rename {api => jpush/api}/push/message.go (100%) rename {api => jpush/api}/push/notice.go (100%) rename {api => jpush/api}/push/option.go (100%) rename {api => jpush/api}/push/platform.go (100%) rename {api => jpush/api}/push/pushclient.go (100%) rename main.go => jpush/main.go (100%) diff --git a/api/common/httpclient.go b/jpush/api/common/httpclient.go similarity index 100% rename from api/common/httpclient.go rename to jpush/api/common/httpclient.go diff --git a/api/common/httplib.go b/jpush/api/common/httplib.go similarity index 100% rename from api/common/httplib.go rename to jpush/api/common/httplib.go diff --git a/api/push/audience.go b/jpush/api/push/audience.go similarity index 100% rename from api/push/audience.go rename to jpush/api/push/audience.go diff --git a/api/push/builder.go b/jpush/api/push/builder.go similarity index 100% rename from api/push/builder.go rename to jpush/api/push/builder.go diff --git a/api/push/message.go b/jpush/api/push/message.go similarity index 100% rename from api/push/message.go rename to jpush/api/push/message.go diff --git a/api/push/notice.go b/jpush/api/push/notice.go similarity index 100% rename from api/push/notice.go rename to jpush/api/push/notice.go diff --git a/api/push/option.go b/jpush/api/push/option.go similarity index 100% rename from api/push/option.go rename to jpush/api/push/option.go diff --git a/api/push/platform.go b/jpush/api/push/platform.go similarity index 100% rename from api/push/platform.go rename to jpush/api/push/platform.go diff --git a/api/push/pushclient.go b/jpush/api/push/pushclient.go similarity index 100% rename from api/push/pushclient.go rename to jpush/api/push/pushclient.go diff --git a/main.go b/jpush/main.go similarity index 100% rename from main.go rename to jpush/main.go