This website requires JavaScript.
Explore
Help
Sign in
Stowage
/
go
Watch
2
Star
0
Fork
You've already forked go
0
mirror of
https://github.com/golang/go.git
synced
2025-11-07 20:21:01 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
ed628ca79b
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 12:14:15 -07: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 13:26:52 -07:00
export
type
F1
(
a
D
.
T1
,
b
*
D
.
T2
)
;
Reference in a new issue
Copy permalink