diff options
| author | Shulhan <ms@kilabit.info> | 2024-03-21 17:47:07 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2024-03-21 17:47:07 +0700 |
| commit | cee16b8ead859b1ac372d6153d03a058d4e7ae82 (patch) | |
| tree | bf76b4538ad837a2d4f1dce2a86c3c690bb650fa | |
| parent | 547c4b59811091bd613564a2df5b8f3ebc72bd8f (diff) | |
| download | pakakeh.go-cee16b8ead859b1ac372d6153d03a058d4e7ae82.tar.xz | |
all: rename the root file to new package name
| -rw-r--r-- | pakakeh.go (renamed from share.go) | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,9 +2,9 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// Package share contains public APIs and libraries for working with Go +// Package pakakeh contains public APIs and libraries for working with Go // language, and tools written in Go. -package share +package pakakeh var ( // Version of this module. |
