Initial import of map-asset-gateway
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package basemap
|
||||
|
||||
func defaultText(value, fallback string) string {
|
||||
if value != "" {
|
||||
return value
|
||||
}
|
||||
return fallback
|
||||
}
|
||||
Reference in New Issue
Block a user