jockchou

Results 3 issues of jockchou

``` package main import ( "fmt" ) type Singer interface { Sing() } type Sayer interface { Say() } type SayerSayer interface { Singer Sayer } type Person struct {...

like php here: http://php.net/manual/en/language.types.string.php#language.types.string.syntax.heredoc ``` php const VARIABLE_REGEX =

checking whether to enable nanomsg support... yes, shared checking for pkg-config... /usr/bin/pkg-config checking nanomsg installation... configure: error: Unable to find usable libnanomsg installation