After a good amount of time struggle I manage to setup all dependencies but while running server.go it's throwing an exception as:
# command-line-arguments
./server.go:41:3: undefined: cdn.Cdn
I already did
go get github.com/olebedev/cdn
&
donloaded cdn-0.4.3-64-osx
from https://github.com/olebedev/cdn/releases but I really have no clue what I've to do with this becuase, it's neither an installer nor and dependency (doesn
t have any idea what to do with it on Mac OSX)
I don't know how to setup this cdn.
Please help
After a good amount of time struggle I manage to setup all dependencies but while running server.go it's throwing an exception as:
# command-line-arguments
./server.go:41:3: undefined: cdn.Cdn
I already did
go get github.com/olebedev/cdn
&
donloaded cdn-0.4.3-64-osx
from https://github.com/olebedev/cdn/releases but I really have no clue what I've to do with this becuase, it's neither an installer nor and dependency (doesn
t have any idea what to do with it on Mac OSX)
I don't know how to setup this cdn.
Please help