removing go-sdk completely

This commit is contained in:
Will Charczuk 2019-04-24 13:00:09 -07:00
parent 07a9cdf513
commit 762b314e86
2 changed files with 10 additions and 3 deletions

4
PROFANITY_RULES.yml Normal file
View file

@ -0,0 +1,4 @@
go-sdk:
excludeFiles: [ "*_test.go" ]
importsContain: [ github.com/blend/go-sdk/* ]
description: "please don't use go-sdk in this repo"