Wednesday, March 30, 2016

Golang Pointer vs Non-Pointer Functions

In golang we can write pointer and non-pointer functions. The difference is pass by reference or pass by value. In the following code I have elaborate the difference of pointer and non-pointer functions.

No comments:

Post a Comment