github.com/franc20/ayesa_sap@v7.0.0-beta.28.0.20200124003224-302d4d52fa6c+incompatible/command/flag/memory_with_unlimited.go (about) 1 package flag 2 3 type MemoryWithUnlimited int64 4 5 //TODO:Code for this flag exists in cf/formatters/bytes.go, move tests from there to here 6 func (m *MemoryWithUnlimited) UnmarshalFlag(val string) error { 7 return nil 8 }