TAG

Golang

How to pass parameters to function in GO [SOLVED]

In this tutorial we covered different scenarios to pass parameters to golang function. Pass int, string, float as parameter or pass map and channel as parameter …

By admin · 5 min read · GOLANG Solutions

Golang Optional Parameters [Usage & Examples]

Different methods to use golang optionals parameters are Variadic function, Optional string parameters, Optional numerical parameters, Optional struct …

By antonyshikubu · 6 min read · GO