gokultp / go-four-in-a-row

A simple command-line implementation of the game `four in the row`
MIT License
12 stars 13 forks source link

feat(dep-config) : added proper config to dep and gitignore #10

Closed mukeshmk closed 6 years ago

mukeshmk commented 6 years ago

Signed-off-by: Mukesh A amukesh.mk@gmail.com

Added proper config to dep and gitignore

Fixes #8

I have run the dep init command and organized the dependencies in the repo. I have also added the vendor folder in .gitignore so that it won't be tracked anymore.