This commit is contained in:
Ola Holmström
2015-06-21 13:43:55 +02:00
parent 5c5e059a07
commit 926571faca
2 changed files with 27 additions and 1 deletions
+5 -1
View File
@@ -1,4 +1,6 @@
package melody
// Copyright 2015 Ola Holmström. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// Package melody implements a framework for dealing with WebSockets.
//
@@ -17,3 +19,5 @@ package melody
// })
// r.Run(":5000")
// }
package melody