loklak / loklak_go_api

Go library client for using the Loklak API
1.06k stars 6 forks source link

Documentation Typo #10

Closed shubhodeep9 closed 7 years ago

shubhodeep9 commented 7 years ago

README.md helloResponse := loklakObject.hello() Here hello() indicates a private function, where as in the library it is a public function.