SyntaxFix
Write A Post
Hire A Developer
Questions
Go language does not support method overloading, but you can use variadic args just like optional parameters, also you can use interface{} as parameter but it is not a good choice.