Browse Source

Merge pull request #620 from someone1/patch-1

Will not compile with unused import
Mike Smith 11 years ago
parent
commit
32a06e2278
1 changed files with 1 additions and 1 deletions
  1. 1 1
      beego/src/hello/hello.go

+ 1 - 1
beego/src/hello/hello.go

@@ -2,7 +2,7 @@ package main
 
 
 import (
 import (
 	"github.com/astaxie/beego"
 	"github.com/astaxie/beego"
-	"runtime"
+	//"runtime"
 )
 )
 
 
 type MessageStruct struct {
 type MessageStruct struct {