Browse Source

name confict

Darien Raymond 9 năm trước cách đây
mục cha
commit
943d43040b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/web/web.go

+ 1 - 1
app/web/web.go

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