Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MKaczkow authored Dec 27, 2023
1 parent dc33ffe commit 573bdf5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ repo for basic tutorial-based Golang study
- [ ] work on new task [`microservices`](./microservices/)
- [x] fix github actions
- [ ] finish LP (liear programming) task
- [ ] get book "Język Go. Tworzenie idiomatycznego kodu w praktyce" [example link](https://ulubionykiosk.pl/wydawnictwo/jezyk-go-tworzenie-idiomatycznego-kodu-w-praktyce?gclid=CjwKCAiAyp-sBhBSEiwAWWzTnidWyVtzQT6rU82MAzZSNY6u-Vx3KuyetmuLR5GSGNId6kPF5nr_IxoCv5AQAvD_BwE) [inny link](https://helion.pl/ksiazki/jezyk-go-tworzenie-idiomatycznego-kodu-w-praktyce-jon-bodner,jegotw.htm#format/e)

### basic usage
* cd `app_name`
Expand Down Expand Up @@ -45,4 +46,4 @@ repo for basic tutorial-based Golang study
* golang function syntax:
`func functionName(parameter1 type1, parameter2 type2, parameterN typeN) returnType {
//function body
}`
}`

0 comments on commit 573bdf5

Please sign in to comment.