Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in go

Can I create an alias for a generic function? I get error "Cannot use generic function without instantiation"

What is the best way to have polymorphic implementations on a generic in go (1.18)?

go generics

Why interface don't implement method with pointer reference while direct access is still possible?

go

How to combine sha hashes?

go cryptography

Binary Search in Go - why the heck is this incorrect

go binary-search

Replace all characters except for the last occurrence

go

How to get all objects with jsonpaths in golang

json go jsonpath

"go get" private github repository using two factor authentication

go go-modules

How to test unexported struct field in a different package in go?

unit-testing testing go

Fetch zip file from the web and decompress it in Go

go zip

VS Code Go: $GOPATH/go.mod exists but should not

go visual-studio-code

Create equivalent interface of another package with an interface as argument

go interface

JWT token expired but it doesnt have expiration time

go

How can I implement UnmarshalJSON in this case and only define special behavior for one interface field?

json go

Can the SQLite Database in Pocketbase be modified to your own liking?

database sqlite go pocketbase

JSON is way faster than Protobuf/gRPC for me, with Go as the server and PHP as the client

go protocol-buffers grpc

What is the relation of protobuf message field id and field order?

HTTP server from TCP socket (in Go)

gqlgen Set cookie from resolver

go go-gin gqlgen

How to understand if exec.cmd was canceled

go exec