billputer / go-namecheap

A Go library for using the Namecheap API
MIT License
49 stars 28 forks source link

Refactoring + Adding create endpoint #2

Closed r-medina closed 9 years ago

r-medina commented 9 years ago

So this PR mainly does a few things:

billputer commented 9 years ago

Ooh, these are excellent changes. I especially like the change from NamecheapClient to Client. It is already namespaced, so that makes complete sense.

Great work!