7 lines
85 B
Go
7 lines
85 B
Go
|
package soundcloud
|
||
|
|
||
|
type Config struct {
|
||
|
ClientId string
|
||
|
ClientSecret string
|
||
|
}
|