aboutsummaryrefslogtreecommitdiffhomepage
path: root/hst/fslink.go
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-03-11 19:21:55 +0900
committerOphestra <cat@gensokyo.uk>2026-03-11 19:21:55 +0900
commit330a344845aa8653772a9be6c085f4fdb602a028 (patch)
tree7ed7f60ad70121be51289cbe9043c003d1940e19 /hst/fslink.go
parent48cdf8bf852234ea3dad8dad3d571bb1d9546c32 (diff)
hst: improve doc comments
These now read a lot better both in source and on pkgsite. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'hst/fslink.go')
-rw-r--r--hst/fslink.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/hst/fslink.go b/hst/fslink.go
index 2a1e3795..57c1ffc7 100644
--- a/hst/fslink.go
+++ b/hst/fslink.go
@@ -18,7 +18,9 @@ type FSLink struct {
Target *check.Absolute `json:"dst"`
// Arbitrary linkname value store in the symlink.
Linkname string `json:"linkname"`
- // Whether to treat Linkname as an absolute pathname and dereference before creating the link.
+
+ // Whether to treat Linkname as an absolute pathname and dereference before
+ // creating the link.
Dereference bool `json:"dereference,omitempty"`
}