Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
go
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
go
Commits
c117da37
Commit
c117da37
authored
Oct 19, 2012
by
Oling Cat
Committed by
David Symonds
Oct 19, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
unsafe: fix a typo
R=golang-dev, dsymonds CC=golang-dev
https://golang.org/cl/6736048
parent
e55fdff2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/pkg/unsafe/unsafe.go
src/pkg/unsafe/unsafe.go
+1
-1
No files found.
src/pkg/unsafe/unsafe.go
View file @
c117da37
...
...
@@ -11,7 +11,7 @@ package unsafe
// part of the unsafe package. It represents the type of an arbitrary Go expression.
type
ArbitraryType
int
// Pointer represents a pointer to an arbitrary type. There are
three
special operations
// Pointer represents a pointer to an arbitrary type. There are
four
special operations
// available for type Pointer that are not available for other types.
// 1) A pointer value of any type can be converted to a Pointer.
// 2) A Pointer can be converted to a pointer value of any type.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment