CyCoreSystems / ari

Golang Asterisk REST Interface (ARI) library
Apache License 2.0
189 stars 73 forks source link

fix: library name for installation #97

Closed vipul-sharma20 closed 5 years ago

vipul-sharma20 commented 5 years ago

The README.md states installation as go get github.com/CycoreSystems/ari. This causes case sensitive imports issue when used as import "github.com/CyCoreSystems/ari" (It raises: cannot find package in $GOPATH).

Also, the above camel case imports are used everywhere internally. Maybe we can keep it consistent.


This change is Reviewable

Ulexus commented 5 years ago

Thanks! If I had it to do over, I would get rid of all the capital letters entirely.