From 0a913ba650dd7d72e2a008b86dac117be3d5f075 Mon Sep 17 00:00:00 2001 From: Alex Grintsvayg Date: Fri, 15 Dec 2017 10:23:22 -0500 Subject: [PATCH] gitignore --- .gitignore | 2 ++ README.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ee64372 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.idea/ +*.pyc diff --git a/README.md b/README.md index 9eb1d59..3294fde 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Cross-language definitions for standard LBRY types. ### Go -``` +```go package main import pb "github.com/lbryio/types/go"