Initial commit. Create default project.

This commit is contained in:
2018-05-25 12:15:57 -07:00
commit fd432f6653
11 changed files with 123 additions and 0 deletions

6
src/Go.cr Normal file
View File

@@ -0,0 +1,6 @@
require "./Go/*"
# TODO: Write documentation for `Go`
module Go
# TODO: Put your code here
end

3
src/Go/version.cr Normal file
View File

@@ -0,0 +1,3 @@
module Go
VERSION = "0.1.0"
end