diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-11-03 01:49:27 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-11-03 01:49:27 +0900 |
| commit | ae66b3d2fb2f1f65f6ca8932e8044114e609d0b4 (patch) | |
| tree | 3079bfec79b4ac5aada225bfa0da4e631d128741 /cmd/hpkg | |
| parent | 149bc3671a499cce0b5719d7396355fabfa7fc2a (diff) | |
message: rename NewMsg to New
Should have done this when relocating this from container. Now is a good time to rename it before v0.3.x.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'cmd/hpkg')
| -rw-r--r-- | cmd/hpkg/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/hpkg/main.go b/cmd/hpkg/main.go index 757dc144..0ce1945f 100644 --- a/cmd/hpkg/main.go +++ b/cmd/hpkg/main.go @@ -24,7 +24,7 @@ var ( func main() { log.SetPrefix("hpkg: ") log.SetFlags(0) - msg := message.NewMsg(log.Default()) + msg := message.New(log.Default()) if err := os.Setenv("SHELL", pathShell.String()); err != nil { log.Fatalf("cannot set $SHELL: %v", err) |
