ungerik / go-cairo

Go binding for the cairo graphics library
Other
146 stars 33 forks source link

Corrected const names in example/draw.go #1

Closed robsyme closed 11 years ago

robsyme commented 12 years ago

The example code refers to three constants that are defined in cairo.go using all-caps and underscores rather than camelcase. The code as it stood did not compile. The code now complies ok.