Versions in this module Expand all Collapse all v0 v0.3.0 Nov 18, 2021 v0.2.1 Sep 14, 2021 Changes in this version + func DerefBool(s *bool, defaultValue ...bool) bool + func DerefString(s *string, defaultValue ...string) string + func RefBool(b bool, defaultValue ...bool) *bool + func RefString(s string, defaultValue ...string) *string + func StringInSlice(s string, slice []string) bool