From 5d1a973c8c60b8d0154b6d6be1f30c2996b43978 Mon Sep 17 00:00:00 2001 From: Alon Diamant Date: Sat, 13 Dec 2014 05:39:09 +0200 Subject: [PATCH] Initial commit --- .gitignore | 24 ++++++++++++++++++++++++ README.md | 4 ++++ 2 files changed, 28 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..daf913b --- /dev/null +++ b/.gitignore @@ -0,0 +1,24 @@ +# Compiled Object files, Static and Dynamic libs (Shared Objects) +*.o +*.a +*.so + +# Folders +_obj +_test + +# Architecture specific extensions/prefixes +*.[568vq] +[568vq].out + +*.cgo1.go +*.cgo2.c +_cgo_defun.c +_cgo_gotypes.go +_cgo_export.* + +_testmain.go + +*.exe +*.test +*.prof diff --git a/README.md b/README.md new file mode 100644 index 0000000..eb715fa --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +raml +==== + +An implementation of a RAML parser for Go. Compliant with RAML 0.8.