Created
June 15, 2024 11:52
-
-
Save sullemanhossam/aa87df5de98a41c6d8f210f136599d01 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package main | |
import ( | |
repominer "libs/repo-miner" | |
) | |
func main() { | |
repominer.RepoMiner() | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment