Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
golang
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
golang
Commits
c5fce331
Commit
c5fce331
authored
Dec 15, 2011
by
Andrew Gerrand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: remove an errant dot.
Curses! R=golang-dev, dsymonds CC=golang-dev
https://golang.org/cl/5489048
parent
3621f2d3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
weekly.html
doc/devel/weekly.html
+1
-1
No files found.
doc/devel/weekly.html
View file @
c5fce331
...
...
@@ -22,7 +22,7 @@ This release includes language changes and changes to goinstall and gofmt.
Equality and inequality (== and !=) are now defined for struct and array
values, respectively, provided the elements of the data structures can
themselves be compared. See the Go 1 release notes for the details:
http://weekly.
.
golang.org/doc/go1.html#equality
http://weekly.golang.org/doc/go1.html#equality
The rune type is now an alias for int32 and character literals have the default
type of rune. Code that uses int where it should use rune will break.
...
...
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