This website requires JavaScript.
Explore
Help
Register
Sign In
qbit
/
go
Watch
1
Star
0
Fork
0
You've already forked go
mirror of
https://github.com/golang/go
synced
2024-11-26 20:11:26 -07:00
Code
Releases
Activity
c80b06a54e
go
/
usr
/
gri
/
gosrc
/
test
/
c.go
8 lines
99 B
Go
Raw
Normal View
History
Unescape
Escape
- added import/export test cases R=r OCL=13723 CL=13723
2008-08-01 13:14:15 -06:00
package
C
import
"d"
export
type
T1
D
.
T1
;
export
type
T2
D
.
T2
;
- adjust my code and tests to new function syntax R=r OCL=14939 CL=14941
2008-09-08 14:26:52 -06:00
export
type
F1
(
a
D
.
T1
,
b
*
D
.
T2
)
;
Copy Permalink