diff --git a/.drone.yml b/.drone.yml index 72d5f23..414be34 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,7 +7,7 @@ steps: - name: get dependencies image: golang commands: - - go get ./... + - go get -d ./... - name: build and test image: golang diff --git a/.gitignore b/.gitignore index f1c181e..c47c599 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,5 @@ # Output of the go coverage tool, specifically when used with LiteIDE *.out +shasharet +sneakerhash.db diff --git a/sneakerhash.db b/sneakerhash.db new file mode 100644 index 0000000..e69de29