Skip to content

Instantly share code, notes, and snippets.

@sullemanhossam
Created June 15, 2024 11:52
Show Gist options
  • Save sullemanhossam/aa87df5de98a41c6d8f210f136599d01 to your computer and use it in GitHub Desktop.
Save sullemanhossam/aa87df5de98a41c6d8f210f136599d01 to your computer and use it in GitHub Desktop.
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