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>
pull/4405/head
Selva Muthu Kumaran 1 year ago committed by GitHub
parent 102c57e925
commit c95caccae5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      src/data/roadmaps/golang/content/100-go-basics/107-conditionals.md

@ -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)

Loading…
Cancel
Save