1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-01-17 14:18:17 +01:00

golang\conditional-statement (#4400)

* golang\conditional-statement

golang\conditional-statement\golang programs switch case - new link provided

* Add both conditional statements

---------

Co-authored-by: Arik Chakma <arikchangma@gmail.com>
This commit is contained in:
Selva Muthu Kumaran 2023-08-26 22:17:33 +05:30 committed by GitHub
parent 102c57e925
commit c95caccae5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,4 +11,5 @@ Visit the following resources to learn more:
- [Effective Go: if statement](https://go.dev/doc/effective_go#if)
- [Basic conditional patterns](https://yourbasic.org/golang/if-else-statement/)
- [Go by Example: If-Else](https://gobyexample.com/if-else)
- [Golang programs switch case](https://www.golangprograms.com/golang-if-else-statements.html)
- [Golang programs If-Else statement](https://www.golangprograms.com/golang-if-else-statements.html)
- [Golang programs switch case](https://www.golangprograms.com/golang-switch-case-statements.html)