9 lines
127 B
Go
9 lines
127 B
Go
|
package reddit
|
||
|
|
||
|
import "github.com/tigorlazuardi/redmage/config"
|
||
|
|
||
|
type Reddit struct {
|
||
|
Client Client
|
||
|
Config *config.Config
|
||
|
}
|