소스 검색

name confict

Darien Raymond 9 년 전
부모
커밋
943d43040b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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()
 }