gopy/_examples/cpkg
Sebastien Binet 5c74378c29 examples/cpkg: fix c-compilation warning
Compiling with `-Wformat-security` resulted in:
```sh
gopy/_examples/cpkg/cpkg.go: In function ‘cpkg_printf’:
gopy/_examples/cpkg/cpkg.go:11:2: warning: format not a string literal and no format arguments [-Wformat-security]
```

This CL is an attempted at fixing that.
2015-08-11 21:12:19 +02:00
..
cpkg.go examples/cpkg: fix c-compilation warning 2015-08-11 21:12:19 +02:00
run.go examples: add a cgo-based package 2015-08-10 09:26:06 +02:00