Fantasy grounds runtime error

broken image
broken image

To access instructions on how to use features that are the same across Fantasy Grounds Classic and Fantasy Grounds Unity, please refer to the Fantasy Grounds Classic Wiki. This area will be updated as new features are added to Fantasy Grounds Unity. usr/local/Cellar/go/1.17/libexec/src/net/http/server. This section of the User Manual will show you how to use the new features of Fantasy Grounds Unity. ReadFollowersTweets reads the tweets from my followersįunc ReadFollowersTweets(ID string, page int) (models.ReturnFollowersTweets, bool) ) '/JeffersonGarcia15/Twitter-Clone/models'

broken image

I am pretty much new to Go and this is the first language I learn that uses this sort of syntax and that uses pointers so I apologize in advanced if it is something obvious I am not seeing. I am currently working on a feature where I will be able to see all the tweets from the users I follow, i am testing it using Postman, but I cannot figure out what the issue is, I know it has to do with a nil or pointer deference, but I haven't been able to figure it out despite the careful readings I have done on my code.