lib: move some examples/* into specific subdirectories of their lib
[nit.git] / lib / websocket / examples / websocket_server.nit
similarity index 99%
rename from examples/websocket_server.nit
rename to lib/websocket/examples/websocket_server.nit
index 38029c3..aa1124a 100644 (file)
@@ -43,4 +43,3 @@ while not sock.listener.eof do
                if msg != "" then print msg
        end
 end
-