go-wordpress icon indicating copy to clipboard operation
go-wordpress copied to clipboard

Incorrect example in README

Open powerman opened this issue 9 years ago • 0 comments

client.Users().Me()

probably should be

client.Users().Me(nil)

powerman avatar Apr 07 '16 22:04 powerman