<feed xmlns='http://www.w3.org/2005/Atom'>
<title>golang-id-tour/go.sum, branch main</title>
<subtitle>The source codes for tour.golang-id.org.</subtitle>
<id>http://git.kilabit.info/golang-id-tour/atom?h=main</id>
<link rel='self' href='http://git.kilabit.info/golang-id-tour/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/golang-id-tour/'/>
<updated>2026-02-10T05:37:26Z</updated>
<entry>
<title>go.mod: pembaruan semua dependensi</title>
<updated>2026-02-10T05:37:26Z</updated>
<author>
<name>Shulhan</name>
<email>m.shulhan@gmail.com</email>
</author>
<published>2026-02-10T05:37:26Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/golang-id-tour/commit/?id=3ee118461774c1356915b443f02ca03c8c3e5616'/>
<id>urn:sha1:3ee118461774c1356915b443f02ca03c8c3e5616</id>
<content type='text'>
</content>
</entry>
<entry>
<title>local: add support for socket based activation with systemd</title>
<updated>2026-02-02T14:57:47Z</updated>
<author>
<name>Shulhan</name>
<email>m.shulhan@gmail.com</email>
</author>
<published>2026-02-02T14:57:47Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/golang-id-tour/commit/?id=2f56b620fe3267c6fac10f6d5e4a7e857d5e71e7'/>
<id>urn:sha1:2f56b620fe3267c6fac10f6d5e4a7e857d5e71e7</id>
<content type='text'>
The tour program now can be activated by systemd.socket(5).
</content>
</entry>
<entry>
<title>go.mod: update all dependencies</title>
<updated>2026-02-02T14:44:09Z</updated>
<author>
<name>Shulhan</name>
<email>m.shulhan@gmail.com</email>
</author>
<published>2026-02-02T14:44:09Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/golang-id-tour/commit/?id=af01db92500d1b635bfbf70727a8e7b12ef7fe00'/>
<id>urn:sha1:af01db92500d1b635bfbf70727a8e7b12ef7fe00</id>
<content type='text'>
</content>
</entry>
<entry>
<title>go.mod: pembaruan dependensi</title>
<updated>2024-09-15T14:40:11Z</updated>
<author>
<name>Shulhan</name>
<email>m.shulhan@gmail.com</email>
</author>
<published>2024-09-15T14:40:11Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/golang-id-tour/commit/?id=44efc05b4385877a643d63996610c8be5080d5cb'/>
<id>urn:sha1:44efc05b4385877a643d63996610c8be5080d5cb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>go.mod: perbarui semua dependensi modul</title>
<updated>2024-07-14T13:21:03Z</updated>
<author>
<name>Shulhan</name>
<email>m.shulhan@gmail.com</email>
</author>
<published>2024-07-14T13:21:03Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/golang-id-tour/commit/?id=8f1a21500c364ecd59f1713a2dd8d381c3a7a5c2'/>
<id>urn:sha1:8f1a21500c364ecd59f1713a2dd8d381c3a7a5c2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge commit '3891a3eb15c0'</title>
<updated>2023-11-12T05:47:29Z</updated>
<author>
<name>Shulhan</name>
<email>m.shulhan@gmail.com</email>
</author>
<published>2023-11-12T05:47:29Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/golang-id-tour/commit/?id=12b6da0d8501baad59466294679c7f39653ecd17'/>
<id>urn:sha1:12b6da0d8501baad59466294679c7f39653ecd17</id>
<content type='text'>
Merge commit dari upstream sebelum semua berkas dihapus karena digabung
dengan golang.org/x/website di commit 241d4738f53e9d
</content>
</entry>
<entry>
<title>all: update all dependencies and the minimum Go to 1.18</title>
<updated>2023-03-02T18:03:17Z</updated>
<author>
<name>Shulhan</name>
<email>m.shulhan@gmail.com</email>
</author>
<published>2023-03-02T18:03:17Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/golang-id-tour/commit/?id=f889527e328c83411ed2562f06f8bb9cd120f2f3'/>
<id>urn:sha1:f889527e328c83411ed2562f06f8bb9cd120f2f3</id>
<content type='text'>
While at it, add the command to changes the active gcloud configuration
on task deploy.
</content>
</entry>
<entry>
<title>all: go get golang.org/x/tools@a3eb095d6ae &amp;&amp; go mod tidy</title>
<updated>2021-05-26T03:10:49Z</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2021-02-25T15:14:23Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/golang-id-tour/commit/?id=fa9f4b9b72b09cbc55464f936d32179709b937cd'/>
<id>urn:sha1:fa9f4b9b72b09cbc55464f936d32179709b937cd</id>
<content type='text'>
Bring in CL 293449 (and more) to remove /share playground proxy.

Change-Id: I761ddb0797e3032f79ac3fd91e3f5c4bd4307eda
Reviewed-on: https://go-review.googlesource.com/c/tour/+/296371
Trust: Russ Cox &lt;rsc@golang.org&gt;
Run-TryBot: Russ Cox &lt;rsc@golang.org&gt;
TryBot-Result: Go Bot &lt;gobot@golang.org&gt;
Reviewed-by: Dmitri Shuralyov &lt;dmitshur@golang.org&gt;
</content>
</entry>
<entry>
<title>tour: build snippets in module mode</title>
<updated>2021-03-04T02:13:20Z</updated>
<author>
<name>Dmitri Shuralyov</name>
<email>dmitshur@golang.org</email>
</author>
<published>2021-02-13T22:41:38Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/golang-id-tour/commit/?id=b72029adf3393d3635828fedcddd5ae7053d3250'/>
<id>urn:sha1:b72029adf3393d3635828fedcddd5ae7053d3250</id>
<content type='text'>
We want to start building snippets in module mode rather than legacy
legacy GOPATH mode, to make tour work well when there's no tour code
in GOPATH/src and to be more future-proof. Building in module mode
means we need to specify a go.mod file to use for each snippet.

The tour web UI design predates the module mode and its go.mod files.
Txtar-based multi-file support was added to the playground (that the
tour uses for executing snippets) in golang.org/issue/32040, but the
web UI hasn't been updated to have first-class separate &lt;textarea&gt;
elements or tabs for editing multiple files.

For now, we can get by with providing a default go.mod file for all
tour snippets, since they only need some packages in the tour module.

Update to a newer version of the golang.org/x/tools/playground/socket
package which includes multi-file snippet support added in CL 204237.

For golang/go#44243.

Change-Id: Ib05725c52fbe43658b2f22ac728b1e901e635824
Reviewed-on: https://go-review.googlesource.com/c/tour/+/291889
Trust: Dmitri Shuralyov &lt;dmitshur@golang.org&gt;
Run-TryBot: Dmitri Shuralyov &lt;dmitshur@golang.org&gt;
TryBot-Result: Go Bot &lt;gobot@golang.org&gt;
Reviewed-by: Russ Cox &lt;rsc@golang.org&gt;
</content>
</entry>
<entry>
<title>all: add go.mod</title>
<updated>2019-03-12T21:31:00Z</updated>
<author>
<name>Bryan C. Mills</name>
<email>bcmills@google.com</email>
</author>
<published>2019-03-12T17:03:24Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/golang-id-tour/commit/?id=eb9b2d835a38ce2950a79199305257e7c659e4de'/>
<id>urn:sha1:eb9b2d835a38ce2950a79199305257e7c659e4de</id>
<content type='text'>
Commands run:
	go mod init
	go mod edit -go=1.11
	go mod tidy
	go list -m all
	go test ./...

Updates golang/go#30228

Change-Id: I3d7e4f59a98822691177973ec2d7a55a6216b78c
Reviewed-on: https://go-review.googlesource.com/c/tour/+/167181
Run-TryBot: Bryan C. Mills &lt;bcmills@google.com&gt;
TryBot-Result: Gobot Gobot &lt;gobot@golang.org&gt;
Reviewed-by: Brad Fitzpatrick &lt;bradfitz@golang.org&gt;
</content>
</entry>
</feed>
