Browse Source

name confict

Darien Raymond 9 years ago
parent
commit
943d43040b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/web/web.go

+ 1 - 1
app/web/web.go

@@ -9,7 +9,7 @@ const (
 	APP_ID = app.ID(8)
 	APP_ID = app.ID(8)
 )
 )
 
 
-type Server interface {
+type WebServer interface {
 	common.Releasable
 	common.Releasable
 	Handle()
 	Handle()
 }
 }