<feed xmlns='http://www.w3.org/2005/Atom'>
<title>golang-id-web/_content/cmd/go/index.adoc, branch main</title>
<subtitle>The source codes for golang-id.org.</subtitle>
<id>http://git.kilabit.info/golang-id-web/atom?h=main</id>
<link rel='self' href='http://git.kilabit.info/golang-id-web/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/golang-id-web/'/>
<updated>2026-02-06T00:17:15Z</updated>
<entry>
<title>_content: perbaikan tautan yang dilaporkan oleh jarink</title>
<updated>2026-02-06T00:17:15Z</updated>
<author>
<name>Shulhan</name>
<email>m.shulhan@gmail.com</email>
</author>
<published>2026-02-04T12:03:30Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/golang-id-web/commit/?id=32d4930dd4ee3e959a3ed15746459f392923a821'/>
<id>urn:sha1:32d4930dd4ee3e959a3ed15746459f392923a821</id>
<content type='text'>
Untuk tautan yang belum ada terjemahannya, gunakan link ke situs asli.
</content>
</entry>
<entry>
<title>all: ganti situs golang.org dengan padanannya go.dev</title>
<updated>2025-05-17T11:21:59Z</updated>
<author>
<name>Shulhan</name>
<email>m.shulhan@gmail.com</email>
</author>
<published>2025-05-17T11:11:23Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/golang-id-web/commit/?id=85840926aa369e8e660b938890699ebcc4884878'/>
<id>urn:sha1:85840926aa369e8e660b938890699ebcc4884878</id>
<content type='text'>
Perubahan,
- blog.golang.org menjadi go.dev/blog,
- play.golang.org menjadi go.dev/play,
- golang.org/x menjadi pkg.go.dev/golang.org/x,
- golang.org/pkg menjadi pkg.go.dev

</content>
</entry>
<entry>
<title>all: ganti modul "share" dengan "pakakeh.go"</title>
<updated>2024-03-20T21:39:41Z</updated>
<author>
<name>Shulhan</name>
<email>m.shulhan@gmail.com</email>
</author>
<published>2024-03-20T21:39:41Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/golang-id-web/commit/?id=1a84401abde75de0d975d1fc1d5236c70034cd42'/>
<id>urn:sha1:1a84401abde75de0d975d1fc1d5236c70034cd42</id>
<content type='text'>
Modul "share" telah dipindahkan ke sourcehut dengan nama repositori
yang juga ikut berganti supaya lebih tidak umum, "pakakeh.go".
</content>
</entry>
<entry>
<title>semua: buat semua tautan eksternal dibuka di tab baru</title>
<updated>2021-10-10T13:40:34Z</updated>
<author>
<name>Shulhan</name>
<email>m.shulhan@gmail.com</email>
</author>
<published>2021-10-10T13:40:34Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/golang-id-web/commit/?id=c4052c2b6a6b7b98a7df9025fb67d2ea04973b0c'/>
<id>urn:sha1:c4052c2b6a6b7b98a7df9025fb67d2ea04973b0c</id>
<content type='text'>
Selain itu, ganti golang.org/pkg dan godoc.org dengan pkg.go.dev.
</content>
</entry>
<entry>
<title>cmd/go: perbaikan tautan anchor ke beberapa sub-bagian</title>
<updated>2021-05-12T20:17:59Z</updated>
<author>
<name>Shulhan</name>
<email>m.shulhan@gmail.com</email>
</author>
<published>2021-05-12T20:17:59Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/golang-id-web/commit/?id=02dca8cd6cb506790c631c87ca133ddbc35bd16a'/>
<id>urn:sha1:02dca8cd6cb506790c631c87ca133ddbc35bd16a</id>
<content type='text'>
Tautan anchor seharusnya dimulai dengan karaketer "#" tunggal saja,
bukan dua "#".
</content>
</entry>
<entry>
<title>_content: selesaikan penerjemahan "Perintah go"</title>
<updated>2021-05-03T16:45:12Z</updated>
<author>
<name>Shulhan</name>
<email>m.shulhan@gmail.com</email>
</author>
<published>2021-05-02T20:09:15Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/golang-id-web/commit/?id=ac8f07c7a57e3ce8cfb93236e1ef7425d0af399a'/>
<id>urn:sha1:ac8f07c7a57e3ce8cfb93236e1ef7425d0af399a</id>
<content type='text'>
Bagian-bagian berikut telah selesai diterjemahkan:

* Configuration for downloading non-public code
* Testing flags
* Testing functions
* Controlling version control with GOVCS
</content>
</entry>
<entry>
<title>cmd/go: kembangkan penerjemahan "cmd/go"</title>
<updated>2021-03-28T20:46:38Z</updated>
<author>
<name>Shulhan</name>
<email>m.shulhan@gmail.com</email>
</author>
<published>2021-03-28T20:46:38Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/golang-id-web/commit/?id=f8e05cfabc3d6f639a15a398b65eda8a5bbb1bd0'/>
<id>urn:sha1:f8e05cfabc3d6f639a15a398b65eda8a5bbb1bd0</id>
<content type='text'>
Berikut daftar bagian yang telah diterjemahkan,

* Build and test caching
* Environment variables
* File types
* The go.mod file
* GOPATH environment variable
* GOPATH and Modules
* Internal Directories
* Vendor Directories
* Legacy GOPATH go get
* Module proxy protocol
* Import path syntax
* Relative import paths
* Remote import paths
* Import path checking
* Modules, module versions, and more
* Module authentication using go.sum
* Package lists and patterns
</content>
</entry>
<entry>
<title>cmd/go: kembangkan penerjamahan "cmd/go"</title>
<updated>2021-03-19T19:40:23Z</updated>
<author>
<name>Shulhan</name>
<email>m.shulhan@gmail.com</email>
</author>
<published>2021-03-19T19:40:23Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/golang-id-web/commit/?id=15b8d4e8d70843fe2c440ca62561461a1fb2f36f'/>
<id>urn:sha1:15b8d4e8d70843fe2c440ca62561461a1fb2f36f</id>
<content type='text'>
Bagian berikut telah diterjemahkan,

*  Report likely mistakes in packages
*  Build constraints
*  Build modes
*  Build modes
</content>
</entry>
<entry>
<title>cmd/go: lanjutkan penerjemahan dari "Perintah Go"</title>
<updated>2020-09-25T18:58:49Z</updated>
<author>
<name>Shulhan</name>
<email>m.shulhan@gmail.com</email>
</author>
<published>2020-09-25T18:58:49Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/golang-id-web/commit/?id=5a358584f4381ebb0a5abfe65897dbdeeaa22a90'/>
<id>urn:sha1:5a358584f4381ebb0a5abfe65897dbdeeaa22a90</id>
<content type='text'>
Beberapa bagian yang diterjemahkan,

* Inisiasi modul baru di direktori sekarang
* Tambah modul yang hilang atau hapus modul yang tidak digunakan
* Salin semua dependensi ke direktori vendor
* Verifikasi dependensi sesuai dengan yang diharapkan
* Jelaskan kenapa paket atau modul dibutuhkan
* Kompilasi dan jalankan program Go
* Menguji paket-paket
* Jalankan perkakas go tertentu
* Cetak versi Go
</content>
</entry>
<entry>
<title>cmd/go: lanjutkan penerjemahan dari "Perintah Go"</title>
<updated>2020-04-26T14:38:11Z</updated>
<author>
<name>Shulhan</name>
<email>m.shulhan@gmail.com</email>
</author>
<published>2020-04-26T14:38:11Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/golang-id-web/commit/?id=788541d031f9cb61820be4806a50c991c9a9b258'/>
<id>urn:sha1:788541d031f9cb61820be4806a50c991c9a9b258</id>
<content type='text'>
Beberapa bagian yang diterjemahkan,

*  Unduh modul ke lokal _cache_
*  Sunting go.mod dengan perkakas atau skrip
*  Cetak dependensi modul
</content>
</entry>
</feed>
