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
e8c1e2b9
Commit
e8c1e2b9
authored
May 16, 2009
by
Robert Griesemer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
get rid of unused files in my home dir
TBR=r DELTA=9270 (0 added, 9270 deleted, 0 changed) OCL=28958 CL=28958
parent
66cc0d6f
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
47 deletions
+0
-47
a.go
usr/gri/gosrc/test/a.go
+0
-7
b.go
usr/gri/gosrc/test/b.go
+0
-13
c.go
usr/gri/gosrc/test/c.go
+0
-7
d.go
usr/gri/gosrc/test/d.go
+0
-20
No files found.
usr/gri/gosrc/test/a.go
deleted
100644 → 0
View file @
66cc0d6f
package
A
import
(
B
"b"
;
C
"c"
;
D
"d"
;
)
usr/gri/gosrc/test/b.go
deleted
100644 → 0
View file @
66cc0d6f
package
B
import
C
"c"
import
D
"d"
type
T1
C
.
T1
;
type
T2
D
.
T2
;
var
(
v0
D
.
T1
;
v1
C
.
T1
;
v2
*
C
.
F1
;
)
usr/gri/gosrc/test/c.go
deleted
100644 → 0
View file @
66cc0d6f
package
C
import
"d"
type
T1
D
.
T1
;
type
T2
D
.
T2
;
type
F1
(
a
D
.
T1
,
b
*
D
.
T2
);
usr/gri/gosrc/test/d.go
deleted
100644 → 0
View file @
66cc0d6f
package
D
type
T0
int
type
T1
struct
{
n
int
;
a
,
b
T0
;
}
type
T2
struct
{
u
,
v
float
;
}
func
(
obj
*
T2
)
M1
(
u
,
v
float
)
{
}
func
F0
(
a
int
,
b
T0
)
int
{
return
a
+
b
;
}
\ No newline at end of file
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