Skip to content

Commit e2f3ebf

Browse files
committed
Fix examples, remove text/StringBuffer imports.
1 parent d381e07 commit e2f3ebf

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

examples/echo.ooc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ use web, fastcgi
22

33
import web/Application
44
import fastcgi/Server
5-
import text/StringBuffer
65

76
EchoApplication: class extends Application {
87
processRequest: func {

examples/hello.ooc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
use web, fastcgi
22

3-
import text/StringBuffer
43
import web/[Application]
54
import fastcgi/Server
65

0 commit comments

Comments
 (0)