Click here to Skip to main content
15,891,763 members
Articles / Programming Languages / Go

Golang: Pointers – Detailed Overview

Rate me:
Please Sign up or sign in to vote.
4.00/5 (1 vote)
21 Apr 2019CPOL6 min read 4.8K  
What pointers are? Pointers examples in Golang. * and & operators. Pointer as an argument to a function. Functions - arguments by value and by reference.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Engineer
Ukraine Ukraine
DevOps, cloud and infrastructure engineer. Love Linux, OpenSource, and AWS.

Comments and Discussions