typeFilepath and typeDirpath renamed as paramFilepath and paramDirpath respectively
This commit is contained in:
+2
-11
@@ -16,15 +16,6 @@ const (
|
||||
paramEnd = "end"
|
||||
paramValue = "value"
|
||||
paramEllipsis = "..."
|
||||
typeFilepath = "filepath"
|
||||
typeDirpath = "dirpath"
|
||||
paramFilepath = "filepath"
|
||||
paramDirpath = "dirpath"
|
||||
)
|
||||
|
||||
// const (
|
||||
// typeInteger = "int"
|
||||
// typeFloat = "float"
|
||||
// typeString = "string"
|
||||
// typeFraction = "fract"
|
||||
// typeList = "list"
|
||||
// typeDict = "dict"
|
||||
// )
|
||||
|
||||
Reference in New Issue
Block a user