pyk / go-package-index

A go script to get some information about go package from Godoc Index

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This script generates csv to stdout. The csv output contains some information about package such as package path, host, owner and name of the repo.

The data is from Godoc Index. Only packages that hosted on github or bitbucket is collected.

I created this to collect data for research purpose.

About

A go script to get some information about go package from Godoc Index


Languages

Language:Go 100.0%