Skip to content

Commit a5e094f

Browse files
authored
Merge pull request #235 from mananispiwpiw/master
Mengganti Method Http Pada Chapter 55.1
2 parents 9c6ed8f + 964ad7e commit a5e094f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

content/A-client-http-request-simple.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ func fetchUsers() ([]student, error) {
3636
var client = &http.Client{}
3737
var data []student
3838

39-
request, err := http.NewRequest("POST", baseURL+"/users", nil)
39+
request, err := http.NewRequest("GET", baseURL+"/users", nil)
4040
if err != nil {
4141
return nil, err
4242
}

content/CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ Berikut merupakan *hall of fame* kontributor yang sudah berbaik hati menyisihkan
5353
1. [Jono](https://github.com/josterand)
5454
1. [Kiswono Prayogo](https://github.com/kokizzu)
5555
1. [Lufri Rais Maulana](https://github.com/raismaulana)
56+
1. [M Rafi Raihandika](https://github.com/mananispiwpiw)
5657
1. [M. Ilham Syaputra](https://github.com/ilhamsyaputra)
5758
1. [Ma'mur Rezeki](https://github.com/erzqy)
5859
1. [MH Rohman Masyhar](https://github.com/rohmanhm)

0 commit comments

Comments
 (0)