diff options
| author | Shulhan <ms@kilabit.info> | 2024-03-02 03:07:33 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2024-03-02 15:59:46 +0700 |
| commit | 901c9803e6f93e0d5ee282f4061309022c46f490 (patch) | |
| tree | aafe0115452f2159a8b401b6ad28993f3ac27f49 /lib/telemetry/buffer_forwarder_example_test.go | |
| parent | 388f7365dc00c12c5177fbb203b2eff9da638182 (diff) | |
| download | pakakeh.go-901c9803e6f93e0d5ee282f4061309022c46f490.tar.xz | |
all: move the repository to "git.sr.ht/~shulhan/pakakeh.go"
There are several reasons that why we move from github.com.
First, related to the name of package.
We accidentally name the package with "share" a common word in English
that does not reflect the content of repository.
By moving to other repository, we can rename it to better and unique
name, in this "pakakeh.go".
Pakakeh is Minang word for tools, and ".go" suffix indicate that the
repository related to Go programming language.
Second, supporting open source.
The new repository is hosted under sourcehut.org, the founder is known
to support open source, and all their services are licensed under AGPL,
unlike GitHub that are closed sources.
Third, regarding GitHub CoPilot.
The GitHub Terms of Service [1], allow any public content that are hosted
there granted them to parse the content.
On one side, GitHub helps and flourish the open source, but on another
side have an issues regarding scraping the copyleft license [2].
[1]: https://docs.github.com/en/site-policy/github-terms/github-terms-of-service#4-license-grant-to-us
[2]: https://githubcopilotinvestigation.com
Diffstat (limited to 'lib/telemetry/buffer_forwarder_example_test.go')
| -rw-r--r-- | lib/telemetry/buffer_forwarder_example_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/telemetry/buffer_forwarder_example_test.go b/lib/telemetry/buffer_forwarder_example_test.go index c7afc11f..0ad80c38 100644 --- a/lib/telemetry/buffer_forwarder_example_test.go +++ b/lib/telemetry/buffer_forwarder_example_test.go @@ -9,7 +9,7 @@ import ( "fmt" "log" - "github.com/shuLhan/share/lib/telemetry" + "git.sr.ht/~shulhan/pakakeh.go/lib/telemetry" ) func ExampleBufferForwarder() { |
