This repository was archived by the owner on Feb 5, 2021. It is now read-only.
LionNatsu/source-scanner
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Installation Guide & Usages
---------------------------
1. Clone this repository into your $GOPATH. For example:
/home/<username>/go/src/source-scanner
2. Get dependency.
go get github.com/mattn/go-sqlite3
3. Build anywhere.
go build source-scanner
5. Enjoy!
./source-scanner .
# It takes one arguement, the directory to scan.