diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..648866a --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +.DS_Store + +*.swp diff --git a/README.md b/README.md new file mode 100644 index 0000000..a9abd50 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# pcp-go + +> Google Summer of Code 2016 + +An implementation of the PCP instrumentation API in golang