What did I do this week?
Did some code clean up for the pr to be merged. Learnt about plugin management using stevedore and tern uses it to create new formats.
Also did some research on go metadata extraction.
What's next?
Will try to get the pr for html format merged by this week. And learn more about retrieving licenses of go modules.
Did I get stuck somewhere?
Unlike npm, pip and other package managers go does not have a way to list the metadata directly. Also there is not a singular registry where all modules can be found which makes it difficult to extract licenses of modules.