mirror of
https://github.com/foomo/sesamy-cli.git
synced 2025-10-16 12:35:36 +00:00
10 lines
230 B
Go
10 lines
230 B
Go
package config
|
|
|
|
type Config struct {
|
|
Google Google `yaml:"google"`
|
|
// https://github.com/gzuidhof/tygo
|
|
Typescript Typescript `yaml:"typescript"`
|
|
// https://github.com/gzuidhof/tygo
|
|
Tagmanager Tagmanager `yaml:"tagmanager"`
|
|
}
|