package util func IsNull(s string) string { if s == ""{ return "0" } return s }