summaryrefslogtreecommitdiff
path: root/_content
diff options
context:
space:
mode:
Diffstat (limited to '_content')
-rw-r--r--_content/cmd/go/index.adoc6
-rw-r--r--_content/modul/index.adoc10
2 files changed, 8 insertions, 8 deletions
diff --git a/_content/cmd/go/index.adoc b/_content/cmd/go/index.adoc
index df1adbf..b13745d 100644
--- a/_content/cmd/go/index.adoc
+++ b/_content/cmd/go/index.adoc
@@ -1063,9 +1063,9 @@ Opsi ini mengubah format keluaran baku dengan menampilkan path modul diikuti
daftar versi yang dipisahkan oleh spasi.
Misalnya,
----
-$ go list -m -versions github.com/shuLhan/share
-go: finding versions for github.com/shuLhan/share
-github.com/shuLhan/share v0.1.0 v0.2.0 v0.3.0 v0.4.0 v0.5.0 v0.6.0 v0.6.1
+$ go list -m -versions git.sr.ht/shulhan/pakakeh.go
+go: finding versions for git.sr.ht/shulhan/pakakeh.go
+git.sr.ht/shulhan/pakakeh.go v0.1.0 v0.2.0 v0.3.0 v0.4.0 v0.5.0 v0.6.0 v0.6.1
$
----
diff --git a/_content/modul/index.adoc b/_content/modul/index.adoc
index 1ef3965..509c104 100644
--- a/_content/modul/index.adoc
+++ b/_content/modul/index.adoc
@@ -26,16 +26,16 @@ https://pkg.go.dev/git.sr.ht/~shulhan/ciigo[git.sr.ht/~shulhan/ciigo^]::
https://pkg.go.dev/github.com/shuLhan/rescached-go[rescached-go^]::
DNS forwarder dengan cache.
-https://pkg.go.dev/github.com/shuLhan/share[github.com/shuLhan/share^]::
+https://pkg.go.dev/git.sr.ht/~shulhan/pakakeh.go[git.sr.ht/~shulhan/pakakeh.go^]::
Kumpulan paket dan perkakas yang membantu membuat aplikasi dengan Go.
Beberapa paket yang direkomendasikan,
- * https://pkg.go.dev/github.com/shuLhan/share/lib/dns[lib/dns^] - pustaka
+ * https://pkg.go.dev/git.sr.ht/~shulhan/pakakeh.go/lib/dns[lib/dns^] - pustaka
untuk protokol DNS.
- * https://pkg.go.dev/github.com/shuLhan/share/lib/http[lib/http^] - pustaka
+ * https://pkg.go.dev/git.sr.ht/~shulhan/pakakeh.go/lib/http[lib/http^] - pustaka
yang membungkus standar pustaka `net/http` dan menyediakan API yang
simpel untuk membuat REST API dengan _routing_.
- * https://pkg.go.dev/github.com/shuLhan/share/lib/memfs[lib/memfs^] -
+ * https://pkg.go.dev/git.sr.ht/~shulhan/pakakeh.go/lib/memfs[lib/memfs^] -
pustaka untuk menanam berkas ke dalam sumber kode Go.
- * https://pkg.go.dev/github.com/shuLhan/share/lib/websocket[lib/websocket^]
+ * https://pkg.go.dev/git.sr.ht/~shulhan/pakakeh.go/lib/websocket[lib/websocket^]
- pustaka protokol WebSocket menggunakan _epoll_ untuk membuat peladen
dan klien WebSocket.