breaking app.go into loader and transformer, to be continue

This commit is contained in:
Tuna
2016-08-11 23:28:49 +07:00
parent 0e485c6a5f
commit 85b0b6a2b8
7 changed files with 719 additions and 456 deletions
+2 -2
View File
@@ -17,9 +17,9 @@ limitations under the License.
package version
var (
// VERSION should be updated by hand at each release
// VERSION should be updated by hand at each release
VERSION = "0.0.1-beta"
// GITCOMMIT will be overwritten automatically by the build system
// GITCOMMIT will be overwritten automatically by the build system
GITCOMMIT = "HEAD"
)