mirror of
https://github.com/foomo/sesamy-cli.git
synced 2025-10-16 12:35:36 +00:00
6 lines
109 B
Go
6 lines
109 B
Go
package variable
|
|
|
|
func GoogleConsentModeName(name string) string {
|
|
return "Google Consent Mode - " + name
|
|
}
|