aboutsummaryrefslogtreecommitdiffstats
path: root/worktree_bsd.go
Commit message (Collapse)AuthorAgeFilesLines
* Worktree: use syscall.Timespec.Unix #437 Tobias Klauser2022-04-091-1/+1
| | | | Use the syscall method instead of repeating the type conversions for the syscall.Stat_t Atim/Atimespec/Ctim members.
* *: migration from gopkg to go modulesMáximo Cuadros2020-03-101-1/+1
|
* Enables building on openbsd, dragonfly bsd and solarisYuce Tekol2018-10-231-1/+1
| | | | Signed-off-by: Yuce Tekol <yucetekol@gmail.com>
* use bsd superset for conditional compilationwardn2018-04-101-0/+26
Signed-off-by: wardn <wardn@users.noreply.github.com>