Skip to content

Commit

Permalink
Merge pull request #235 from mananispiwpiw/master
Browse files Browse the repository at this point in the history
Mengganti Method Http Pada Chapter 55.1
  • Loading branch information
novalagung authored Sep 1, 2023
2 parents 9c6ed8f + 964ad7e commit a5e094f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion content/A-client-http-request-simple.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ func fetchUsers() ([]student, error) {
var client = &http.Client{}
var data []student

request, err := http.NewRequest("POST", baseURL+"/users", nil)
request, err := http.NewRequest("GET", baseURL+"/users", nil)
if err != nil {
return nil, err
}
Expand Down
1 change: 1 addition & 0 deletions content/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ Berikut merupakan *hall of fame* kontributor yang sudah berbaik hati menyisihkan
1. [Jono](https://github.com/josterand)
1. [Kiswono Prayogo](https://github.com/kokizzu)
1. [Lufri Rais Maulana](https://github.com/raismaulana)
1. [M Rafi Raihandika](https://github.com/mananispiwpiw)
1. [M. Ilham Syaputra](https://github.com/ilhamsyaputra)
1. [Ma'mur Rezeki](https://github.com/erzqy)
1. [MH Rohman Masyhar](https://github.com/rohmanhm)
Expand Down

0 comments on commit a5e094f

Please sign in to comment.