About 13,000,000 results
Open links in new tab
  1. Difference between := and = operators in Go - Stack Overflow

    May 5, 2020 · What is the difference between the = and := operators, and what are the use cases for them? They both seem to be for an assignment?

  2. go - What is the meaning of '*' and '&'? - Stack Overflow

    Golang does not allow pointer-arithmetic (arrays do not decay to pointers) and insecure casting. All downcasts will be checked using the runtime-type of the variable and either panic or return …

  3. How to set up HTTPS on golang web server? - Stack Overflow

    Oct 28, 2017 · How to set up HTTPS on golang web server? Asked 7 years, 11 months ago Modified 3 years, 10 months ago Viewed 52k times

  4. Newest 'go' Questions - Stack Overflow

    1answer 72views How to integrate Golang as VSCode Extension backend I want to make a VSCode Extension that matchs regex pattern that I define with project's git-logs. I want the …

  5. What is the idiomatic Go equivalent of C's ternary operator?

    Nov 14, 2013 · 8 As others have noted, golang does not have a ternary operator or any equivalent. This is a deliberate decision thought to improve readability.

  6. How to decode a JWT token in Go? - Stack Overflow

    As of June 2021 there is a community fork golang-jwt/jwt, officially blessed by Dave Grijalva, the original author. This also means that the library import path has changed. Note that the current …

  7. How to do a https request with bad certificate? - Stack Overflow

    this is not a "bad certificate" it's a certificate with a different CN. InsecureSkipVerify is not a legitimate use here. You must set ServerName in the tls.Config to match what you are trying to …

  8. string - Format errors in Go - %s %v or %w - Stack Overflow

    Apr 18, 2020 · You'll need to complete a few actions and gain 15 reputation points before being able to upvote. Upvoting indicates when questions and answers are useful. What's reputation …

  9. go - Is it possible to capture a Ctrl+C signal (SIGINT) and run a ...

    Jun 29, 2012 · I want to capture the Ctrl+C (SIGINT) signal sent from the console and print out some partial run totals.

  10. Is there a method to generate a UUID with Go language?

    Continue to help good content that is interesting, well-researched, and useful, rise to the top! To gain full voting privileges,