Skip to content
  • Dmitry Chestnykh's avatar
    Remove Makefiles. Rename example. · b1a07266
    Dmitry Chestnykh authored
    Go weekly 2012-02-07.
    
    Example is now capexample.
    To build helper tools:
    
       cd capexample && go install
       cd capgen && go install
    
    This will install tools capexample and cangen into $GOPATH/bin.
    b1a07266