Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in go

Value receiver vs. pointer receiver

function pointers go

No startswith,endswith functions in Go?

string go

What does the '.' (dot or period) in a Go import statement do?

import go

Go test string contains substring

go substring

How to get JSON response from http.Get

json go

What is the usage of backtick in golang structs definition? [duplicate]

go

How to do a https request with bad certificate?

ssl https go

Go build: "Cannot find package" (even though GOPATH is set)

build go package

How to get the number of characters in a string

Golang tests in sub-directory

build go

How to compare if two structs, slices or maps are equal?

go go-reflect

Mock functions in Go

unit-testing mocking go

How to parse unix timestamp to time.Time

go time unix-timestamp

Is it safe to remove selected keys from map within a range loop?

dictionary for-loop go

Setting HTTP headers

http go cors http-headers

How to define multiple name tags in a struct

json struct go

Does a break statement break from a switch/select?

What is the shortest way to simply sort an array of structs by (arbitrary) field names?

sorting go

Change values while iterating

arrays for-loop go

How can I install a package with go get?

go go-toolchain