This is a client for PapersWithCode read/write API.
For Python version, see https://github.com/paperswithcode/paperswithcode-client
import "github.com/codingpot/paperswithcode-go/v2"
c := paperswithcode_go.NewClient()
papers, _ := c.PaperList(paperswithcode_go.PaperListParamsDefault())
gan, _ := c.PaperGet(paperswithcode_go.GetPaperIDFromPaperTitle("Generative Adversarial Networks"))