11 lines
132 B
Go
11 lines
132 B
Go
package reddit
|
|
|
|
import (
|
|
"github.com/tigorlazuardi/redmage/config"
|
|
)
|
|
|
|
type Reddit struct {
|
|
Client Client
|
|
Config *config.Config
|
|
}
|