#go
Read more stories on Hashnode
Articles with this tag
Comparing the Check If-Else String package main import ( "strings" "testing" ) func CheckIfElseEmpty(s string) string { if s ==...
Comparing performance return error create file return.go func newErr() error { return errors.new("this is error") } func fmtErr() error { ...
Hello, Currently I am implement a struct with 2 type String and Number. Normally, there will be this error: err type String json: cannot unmarshal...
Resize image I have small demo use golang language resize image-base64: this is source-code:...