diff options
| author | Mhd Sulhan <m.shulhan@gmail.com> | 2015-10-15 22:42:47 +0700 |
|---|---|---|
| committer | Shulhan <m.shulhan@gmail.com> | 2020-01-25 14:11:59 +0700 |
| commit | d4765c249a76d2e25b7e7276182ac2565d5fb190 (patch) | |
| tree | e03222da12d9966a47f70a9e40194813bdb3639a | |
| parent | f3216b825a7e008c537a29d827deabea081563ed (diff) | |
| download | golang-id-tour-d4765c249a76d2e25b7e7276182ac2565d5fb190.tar.xz | |
[go-tour-id/go-tour-id] Ubah http menjadi https.
Change-Id: Ia685c5bc68d3e13e3225eaf8db062d1b593d995e
| -rw-r--r-- | content/methods.article | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/methods.article b/content/methods.article index 625ba65..165423f 100644 --- a/content/methods.article +++ b/content/methods.article @@ -412,7 +412,7 @@ Buatlah ia menjadi `io.Reader` dengan mengimplementasikan method `Read`. * Gambar -[[http://golang.org/pkg/image/#Image][Paket image]] +[[https://golang.org/pkg/image/#Image][Paket image]] mendefinisikan interface `Image`: package image |
