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
1c530d5d
Commit
1c530d5d
authored
Nov 03, 2011
by
Andrew Gerrand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
builtin: remove errant spaces
R=golang-dev, r CC=golang-dev
https://golang.org/cl/5337041
parent
e4b46424
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
builtin.go
src/pkg/builtin/builtin.go
+2
-2
No files found.
src/pkg/builtin/builtin.go
View file @
1c530d5d
...
...
@@ -13,7 +13,7 @@ package builtin
// bool is the set of boolean values, true and false.
type
bool
bool
// uint8 is the set of all unsigned
8-bit integers.
// uint8 is the set of all unsigned 8-bit integers.
// Range: 0 through 255.
type
uint8
uint8
...
...
@@ -29,7 +29,7 @@ type uint32 uint32
// Range: 0 through 18446744073709551615.
type
uint64
uint64
// int8 is the set of all signed
8-bit integers.
// int8 is the set of all signed 8-bit integers.
// Range: -128 through 127.
type
int8
int8
...
...
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