💎 PREMIUM: Tags/go - High Quality

Filter by
Sorted by
Tagged with
Best practices
0
0 replies
8 views

I’m integrating an internal SSO (OAuth2) into a web application using Gin (Go), and I’m a bit unsure about the right place to create the application session. The SSO is the only authentication ...
meng's user avatar
  • 25
0
0 answers
24 views

I have an issue consuming a go lib from Artifact Registry inside a Cloud Run Function (v2). I have a private GH repo (github.com/my-account/go-lib) with a go lib where the module matches the GH path. ...
CloudNative's user avatar
0
0 answers
47 views

I’ve been trying to use the Terratest shell module to execute bash commands, but I haven’t had much success. Documentation appears to be limited, and most references I found were via AI tools. Below ...
PDGamer's user avatar
  • 11
2
0 answers
27 views

i have hints working for lua, but not for go. i've already tried a bunch of stuff like several go configs, though it seems like it is a server problem, because Settings: {} is what i get in ...
Bari's user avatar
  • 21
-2
0 answers
63 views

I'd like to add a unit test for Go's http.Server.Shutdown() timing out, but there are no connections held open when the shutdown signal is sent, so it never gets to checking for timeouts, even though ...
theory's user avatar
  • 9,995