Browse Source

Will not compile with unused import

Prateek Malhotra 11 years ago
parent
commit
0ab2e24c55
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 (
 	"github.com/astaxie/beego"
-	"runtime"
+	//"runtime"
 )
 
 type MessageStruct struct {