Yagisanatode
Yagisanatode
I also discovered today that the tutorial uses the depreciated version 1 of the card JSON rather than card_v2 which is in the main documentation.[link to cardsv1]( https://developers.google.com/chat/api/reference/rest/v1/cards-v1)
Thanks for the clues. After spending most of the morning searching for a solution, I came up with this approach based on part 5 of the go.dev tutorial [Call your...
This also occurred with me. go version go1.21.0 windows/amd64 SDL2 version: 2.0.20 As @gen2brain mentioned the env setting for this is CGO_ENABLED=0 I'm a little lost on how to change...
@veeableful thanks for the guidance. My issue ended up being a combination on failing to add the g++.exe file and not adding the sdl2 dll to the module path.