Side by Side Diff
Use n/p to move between diff chunks; N/P to move between comments. Please
Sign in
to add in-line comments.
Keyboard Shortcuts
File
u
:
up to issue
m
:
publish + mail comments
M
:
edit review message
j
/
k
:
jump to file after / before current file
J
/
K
:
jump to next file with a comment after / before current file
Side-by-side diff
i
:
toggle intra-line diffs
e
:
expand all comments
c
:
collapse all comments
s
:
toggle showing all comments
n
/
p
:
next / previous diff chunk or comment
N
/
P
:
next / previous comment
<Up>
/
<Down>
:
next / previous line
<Enter>
:
respond to / edit current comment
d
:
mark current comment as done
Issue
u
:
up to list of issues
m
:
publish + mail comments
j
/
k
:
jump to patch after / before current patch
o
/
<Enter>
:
open current patch in side-by-side view
i
:
open current patch in unified diff view
Issue List
j
/
k
:
jump to issue after / before current issue
o
/
<Enter>
:
open current issue
#
:
close issue
Comment/message editing
<Ctrl>
+
s
or
<Ctrl>
+
Enter
:
save comment
<Esc>
:
cancel edit
Rietveld
Code Review Tool
Help
|
Bug tracker
|
Discussion group
|
Source code
|
Sign in
(8)
Issues
Repositories
Search
Open Issues
|
Closed Issues
|
All Issues
|
Sign in
with your
Google Account
to create issues and add comments
Side by Side Diff: misc/cgo/testso/cgoso.go
Issue
5375042
:
code review 5375042: cgo: add support for callbacks from dynamic libraries (Closed)
Patch Set: diff -r 502ec1fb1db4 https://go.googlecode.com/hg/
Created 13 years, 3 months ago
Left:
Base
Patch Set 1: None
Patch Set 2: diff -r afa4ccab6746 https://go.googlecode.com/hg/
Patch Set 3: diff -r aa5e8990427e https://go.googlecode.com/hg/
Patch Set 4: diff -r 68d902758434 https://go.googlecode.com/hg/
Patch Set 5: diff -r 68d902758434 https://go.googlecode.com/hg/
Patch Set 6: diff -r 68d902758434 https://go.googlecode.com/hg/
Patch Set 7: diff -r bb022173b794 https://go.googlecode.com/hg/
Patch Set 8: diff -r bb022173b794 https://go.googlecode.com/hg/
Patch Set 9: diff -r bb022173b794 https://go.googlecode.com/hg/
Patch Set 10: diff -r bb022173b794 https://go.googlecode.com/hg/
Patch Set 11: diff -r bb022173b794 https://go.googlecode.com/hg/
Patch Set 12: diff -r 502ec1fb1db4 https://go.googlecode.com/hg/
Right:
Patch Set 1: None
Patch Set 2: diff -r afa4ccab6746 https://go.googlecode.com/hg/
Patch Set 3: diff -r aa5e8990427e https://go.googlecode.com/hg/
Patch Set 4: diff -r 68d902758434 https://go.googlecode.com/hg/
Patch Set 5: diff -r 68d902758434 https://go.googlecode.com/hg/
Patch Set 6: diff -r 68d902758434 https://go.googlecode.com/hg/
Patch Set 7: diff -r bb022173b794 https://go.googlecode.com/hg/
Patch Set 8: diff -r bb022173b794 https://go.googlecode.com/hg/
Patch Set 9: diff -r bb022173b794 https://go.googlecode.com/hg/
Patch Set 10: diff -r bb022173b794 https://go.googlecode.com/hg/
Patch Set 11: diff -r bb022173b794 https://go.googlecode.com/hg/
Patch Set 12: diff -r 502ec1fb1db4 https://go.googlecode.com/hg/
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Context:
3 lines
10 lines
25 lines
50 lines
75 lines
100 lines
Whole file
Column Width:
Jump to:
misc/cgo/testso/Makefile
misc/cgo/testso/cgoso.go
misc/cgo/testso/cgoso_c.c
misc/cgo/testso/main.go
src/Make.pkg
src/cmd/cgo/out.go
src/run.bash
View unified diff
|
Download patch
« no previous file with comments
|
« misc/cgo/testso/Makefile
('k') |
misc/cgo/testso/cgoso_c.c »
('j') |
no next file with comments »
Toggle Intra-line Diffs
('i') |
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
OLD
NEW
(Empty)
1
// Copyright 2011 The Go Authors. All rights reserved.
2
// Use of this source code is governed by a BSD-style
3
// license that can be found in the LICENSE file.
4
5
package cgosotest
6
7
//void sofunc(void);
8
import "C"
9
10
func Test() {
11
C.sofunc()
12
}
13
14
//export goCallback
15
func goCallback() {
16
}
OLD
NEW
« no previous file with comments
|
« misc/cgo/testso/Makefile
('k') |
misc/cgo/testso/cgoso_c.c »
('j') |
no next file with comments »
Issue 5375042: code review 5375042: cgo: add support for callbacks from dynamic libraries (Closed)
Created 13 years, 4 months ago by dvyukov
Modified 13 years, 3 months ago
Reviewers:
Base URL:
Comments: 0
Recent Issues
|
This issue
This is Rietveld
f62528b