name confict

pull/314/head
Darien Raymond 2016-12-07 14:35:10 +01:00
parent a11c225cbf
commit 943d43040b
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169
1 changed files with 1 additions and 1 deletions

View File

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