You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?