mirror of
https://github.com/kataras/iris.git
synced 2025-12-17 18:07:01 +00:00
gofmt
Former-commit-id: 75992b3aeae2228a7a7f0e698ce78b2f323cc33a
This commit is contained in:
@@ -27,8 +27,8 @@ func main() {
|
||||
app.RegisterView(iris.HTML("./templates", ".html")) // select the html engine to serve templates
|
||||
|
||||
ws := websocket.New(websocket.Config{
|
||||
// to enable binary messages (useful for protobuf):
|
||||
// BinaryMessages: true,
|
||||
// to enable binary messages (useful for protobuf):
|
||||
// BinaryMessages: true,
|
||||
})
|
||||
|
||||
// register the server on an endpoint.
|
||||
|
||||
Reference in New Issue
Block a user