Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in go

Is there any way to handle nil pointer in Golang without using if/else?

go

Golang compiled regex to remove " and anything after and including @ in strings

regex go

Parsing RSS feed in Go

xml go rss

How to sort struct fields in alphabetical order

sorting go struct

Should I use log.Panic() or log.Fatal() with os.Open?

go

Error message:protoc-gen-go: Plugin failed with status code 1

go grpc

Rate limit with golang.org/x/time/rate api request

go limit rate

Sarama cannot talk to the Kafka server

go apache-kafka sarama

go tests: clean up after panic

testing go

Is there a way to call go code from Microsoft Visual Studio C++?

c++ go visual-c++ mingw cgo

Fizz OpenAPi generator for Gin is renaming types

go openapi-generator go-gin

Link spans running in different processes with OpenTelemetry

go open-telemetry

Golang hedera sdk testnet "Client received GoAway with error code ..."

go grpc hedera-hashgraph

net/http.Request.URL.Host returns empty string

http url go request

Gorm Associations BeforeCreate Callback not working as expected

go go-gorm

Golang append string in string slice

string go concatenation slice

Decode JWT without validation and find scope

go jwt jwt-go

What does the double curly brace mean in []interface{}{}

go

Equivalent of optional parameters in Go

go

Where to place go.mod file

go module