خبریں

Golang provides the unsafe package which we can use for casting pointers, so we can cast []byte (which has the pointer underneath) to a string but we have to know the memory layout of both of them.
Golang already has great features for string formatting (entire fmt package) I missed named parameters for string formatting. Intention of this library is to mimic subset of features that python's ...