I'm using go-github for an internal tool on Github enterprise. There are certain fields that do not show up when I call the github commits API using go-github, but when I call the github API directly these fields are visible. Is there anyway to get the commit data using go-github before the data is Unmarshaled into a struct?
I'm using go-github for an internal tool on Github enterprise. There are certain fields that do not show up when I call the github commits API using go-github, but when I call the github API directly these fields are visible. Is there anyway to get the commit data using go-github before the data is Unmarshaled into a struct?