jakecoffman / cp-examples

Chipmunk2D examples ported to Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

examples module import path incorrect

etic4 opened this issue · comments

commented

Wrong import path in examples files.

import "github.com/jakecoffman/cp/examples" sould be "github.com/jakecoffman/cp-examples"

(... and thanks you for this port!)