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
4085364a
Commit
4085364a
authored
Nov 16, 2009
by
Adam Langley
Committed by
Rob Pike
Nov 16, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: fix typo.
Fixes #218 R=r CC=golang-dev
https://golang.org/cl/155067
parent
d3b15657
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
doc/effective_go.html
doc/effective_go.html
+1
-1
No files found.
doc/effective_go.html
View file @
4085364a
...
...
@@ -639,7 +639,7 @@ have the corresponding type in each clause.
<pre>
switch t := interfaceValue.(type) {
default:
fmt.Printf("unexpected type %T", t
ype
); // %T prints type
fmt.Printf("unexpected type %T", t); // %T prints type
case bool:
fmt.Printf("boolean %t\n", t);
case int:
...
...
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