Unexport post/comment service. Rename github workflow

Signed-off-by: Vartan Benohanian <vartanbeno@gmail.com>
This commit is contained in:
Vartan Benohanian
2020-08-02 19:04:53 -04:00
parent a0ad61f28c
commit c3b2ab00c2
6 changed files with 20 additions and 22 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ import (
//
// Reddit API docs: https://www.reddit.com/dev/api/#section_links_and_comments
type CommentService struct {
*PostAndCommentService
*postAndCommentService
client *Client
}