Recent Posts

Detract yet delight written farther his general. If in so bred at dare rose lose good. Feel and make two real miss use easy.
July 30, 2015
golang: Check if key exists in map

You can easily check if a key exists in a go map by using the ok result: value, ok := myMap[key] Or in an one line check: if val, ok := myMap[key]; ok { // do something }    

Read More
XFerion Europe LLP
We build an maintain your software. From web to mobile. From MVP to extended product. Contact us if you wish to discuss a project.
CONTACT US