<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://tech.uvoo.io/index.php?action=history&amp;feed=atom&amp;title=Golang_Pointers</id>
	<title>Golang Pointers - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://tech.uvoo.io/index.php?action=history&amp;feed=atom&amp;title=Golang_Pointers"/>
	<link rel="alternate" type="text/html" href="https://tech.uvoo.io/index.php?title=Golang_Pointers&amp;action=history"/>
	<updated>2026-05-01T03:18:08Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.2</generator>
	<entry>
		<id>https://tech.uvoo.io/index.php?title=Golang_Pointers&amp;diff=1091&amp;oldid=prev</id>
		<title>Busk: Created page with &quot;``` Because Golang string is a read-only slices of bytes.  However, a pointer to a string (*string) can be nil:  var s *string s = nil readonly := &quot;readonly&quot; s = &amp;readonly der...&quot;</title>
		<link rel="alternate" type="text/html" href="https://tech.uvoo.io/index.php?title=Golang_Pointers&amp;diff=1091&amp;oldid=prev"/>
		<updated>2021-01-10T04:27:08Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;``` Because Golang string is a read-only slices of bytes.  However, a pointer to a string (*string) can be nil:  var s *string s = nil readonly := &amp;quot;readonly&amp;quot; s = &amp;amp;readonly der...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;```&lt;br /&gt;
Because Golang string is a read-only slices of bytes.&lt;br /&gt;
&lt;br /&gt;
However, a pointer to a string (*string) can be nil:&lt;br /&gt;
&lt;br /&gt;
var s *string&lt;br /&gt;
s = nil&lt;br /&gt;
readonly := &amp;quot;readonly&amp;quot;&lt;br /&gt;
s = &amp;amp;readonly&lt;br /&gt;
dereference := *s&lt;br /&gt;
```&lt;/div&gt;</summary>
		<author><name>Busk</name></author>
	</entry>
</feed>