File: csort_generic.go

package info (click to toggle)
golang-github-a8m-tree 0.0~git20171213.cf42b1e-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 140 kB
  • sloc: sh: 11; makefile: 5
file content (6 lines) | stat: -rw-r--r-- 173 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
//+build !linux,!openbsd,!dragonfly,!android,!solaris,!darwin,!freebsd,!netbsd

package tree

// CtimeSort for unsupported OS - just compare ModTime
var CTimeSort = ModSort