diff options
| author | Christine Dodrill <me@christine.website> | 2019-06-14 18:44:39 +0000 |
|---|---|---|
| committer | Christine Dodrill <me@christine.website> | 2019-06-14 18:44:39 +0000 |
| commit | 4cc50191d3d066dcad71433d0bd31f75216809ab (patch) | |
| tree | 21be0ebd5bb104f6ae65268ab1b7fb706c7d9c47 | |
| parent | 1290e823ca40471136d8dfccfe741c17a80c4d35 (diff) | |
| download | x-docker-base-layer.tar.xz x-docker-base-layer.zip | |
missed somev1.1.1-1-g95fdc95v1.1.1docker-base-layer
| -rw-r--r-- | internal/gokrazy/auto.go | 1 | ||||
| -rw-r--r-- | internal/internal.go | 5 | ||||
| -rw-r--r-- | internal/manpage/gen.go | 1 |
3 files changed, 5 insertions, 2 deletions
diff --git a/internal/gokrazy/auto.go b/internal/gokrazy/auto.go index 079dbb8..0529954 100644 --- a/internal/gokrazy/auto.go +++ b/internal/gokrazy/auto.go @@ -1,3 +1,4 @@ +// Package gokrazy makes it easier to adapt tools to https://gokrazy.org. package gokrazy import "time" diff --git a/internal/internal.go b/internal/internal.go index 53b08f4..fb236d8 100644 --- a/internal/internal.go +++ b/internal/internal.go @@ -1,3 +1,4 @@ +// Package internal centralizes a lot of other boring configuration and startup logic into a common place. package internal import ( @@ -6,12 +7,12 @@ import ( "fmt" "os" - "within.website/x/internal/flagenv" - "within.website/x/internal/manpage" "go4.org/legal" "within.website/confyg/flagconfyg" "within.website/ln" "within.website/ln/opname" + "within.website/x/internal/flagenv" + "within.website/x/internal/manpage" // Debug routes _ "net/http/pprof" diff --git a/internal/manpage/gen.go b/internal/manpage/gen.go index 94a3ccf..90fefc6 100644 --- a/internal/manpage/gen.go +++ b/internal/manpage/gen.go @@ -1,3 +1,4 @@ +// Package manpage is a manpage generator based on command line flags from package flag. package manpage import ( |
