diff --git a/lib/widgets/radio_group,js b/lib/widgets/radio_group.js similarity index 100% rename from lib/widgets/radio_group,js rename to lib/widgets/radio_group.js diff --git a/server/source/command/argument_lexer.go b/server/source/command/argument_lexer.go index da9dcae..f7d3f15 100755 --- a/server/source/command/argument_lexer.go +++ b/server/source/command/argument_lexer.go @@ -1,5 +1,5 @@ package command // Command Line Argument Lexer -type HTTPLexer struct { +type ArgumentLexer struct { } diff --git a/server/source/command/argument_parser.go b/server/source/command/argument_parser.go index 0eb23dd..15b7f36 100755 --- a/server/source/command/argument_parser.go +++ b/server/source/command/argument_parser.go @@ -1,5 +1,5 @@ package command // Command Line Argument Parser -type HTTPParser struct { +type ArgumentParser struct { } diff --git a/server/source/command/argument_tokenizer.go b/server/source/command/argument_tokenizer.go index 8a602ea..ef4d32d 100755 --- a/server/source/command/argument_tokenizer.go +++ b/server/source/command/argument_tokenizer.go @@ -1,5 +1,5 @@ package command // Command Line Argument Tokenizer -type HTTPTokenizer struct { +type ArgumentTokenizer struct { } diff --git a/server/test/test.go b/server/test/test.go new file mode 100644 index 0000000..56e5404 --- /dev/null +++ b/server/test/test.go @@ -0,0 +1 @@ +package test diff --git a/test/test.dart b/test/test.dart new file mode 100644 index 0000000..e69de29