libgocryptfs/internal/syscallcompat
Jakob Unterwurzacher 34d8a498c4 Unbreak hyperlinks broken by go mod v2 conversion
Commit

  69d88505fd go mod: declare module version v2

translated all instances of "github.com/rfjakob/gocryptfs/" to
"github.com/rfjakob/gocryptfs/v2/".

Unfortunately, this included hyperlinks.

Unbreak the hyperlinks like this:

  find . -name \*.go | xargs sed -i s%https://github.com/rfjakob/gocryptfs/v2/%https://github.com/rfjakob/gocryptfs/v2/%
2021-08-30 11:31:01 +02:00
..
eintr.go Unbreak hyperlinks broken by go mod v2 conversion 2021-08-30 11:31:01 +02:00
emulate.go syscallcompat: Drop Fstatat emulation on macOS. 2019-01-14 21:27:28 +01:00
emulate_test.go syscallcompat: Drop Fstatat emulation on macOS. 2019-01-14 21:27:28 +01:00
getdents_linux.go Unbreak hyperlinks broken by go mod v2 conversion 2021-08-30 11:31:01 +02:00
getdents_other.go syscallcompat: add GetdentsSpecial() 2021-05-26 13:17:56 +02:00
getdents_test.go Unbreak hyperlinks broken by go mod v2 conversion 2021-08-30 11:31:01 +02:00
helpers.go fusefrontend: doWrite: delete file header if first write fails 2018-07-15 15:12:55 +02:00
main_test.go tests: split testParentDir by UID 2019-05-01 13:12:44 +02:00
open_nofollow.go go mod: declare module version v2 2021-08-23 15:05:15 +02:00
open_nofollow_test.go Fix issues found by ineffassign 2021-08-18 15:48:01 +02:00
quirks.go Unbreak hyperlinks broken by go mod v2 conversion 2021-08-30 11:31:01 +02:00
quirks_darwin.go Unbreak hyperlinks broken by go mod v2 conversion 2021-08-30 11:31:01 +02:00
quirks_linux.go Unbreak hyperlinks broken by go mod v2 conversion 2021-08-30 11:31:01 +02:00
sys_common.go go mod: declare module version v2 2021-08-23 15:05:15 +02:00
sys_common_test.go syscallcompat: drop obsolete wrappers 2021-06-05 15:06:30 +02:00
sys_darwin.go Unbreak hyperlinks broken by go mod v2 conversion 2021-08-30 11:31:01 +02:00
sys_linux.go Unbreak hyperlinks broken by go mod v2 conversion 2021-08-30 11:31:01 +02:00
unix2syscall_darwin.go Fix unix2syscall_darwin.go build failure 2019-05-19 21:04:33 +02:00
unix2syscall_linux.go Fix assignment error in Unix2syscall by converting Timespec into Nsec (#203) 2018-02-03 13:42:49 +01:00