Xe: Getting a pointer to a constant in Go
·
Getting a pointer to a constant in Go
https://xeiaso.net/notes/2024/go-pointer-constant/
Nice and quick write-up on how to get a pointer to a constant in Go. I think I prefer the function wrapper approach for AWS things like aws.String("something").