Rebuilding with Tree Browser
This commit is contained in:
@@ -31,3 +31,10 @@ var Sep = string(os.PathSeparator)
|
||||
func Path(parts ...string) string {
|
||||
return strings.Join(parts, Sep)
|
||||
}
|
||||
|
||||
func MaxI(a, b int) int {
|
||||
if a < b {
|
||||
return b
|
||||
}
|
||||
return a
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user