-
Go_switch(스위치)코딩Coding/Go구글이개발함 2020. 8. 23. 23:22728x90
https://kamang-it.tistory.com/entry/Go-06switch%EC%8A%A4%EC%9C%84%EC%B9%98
[Go-06]switch(스위치)
스위치는 조건문중에서 조금 특이한 조건문이다. 아래의 예시를 보자. package main import "fmt" func main() { var a int fmt.Print("0 과 100사이의 숫자를 입력하시오 : ") fmt.Scan(&a) if a >= 90 { fmt.Pri..
kamang-it.tistory.com
반응형'코딩Coding > Go구글이개발함' 카테고리의 다른 글
Go_map에 관해서-Golang Blog (0) 2020.08.26 Go 프로그래밍 언어는 다음과 같은 25개의 예약 키워드(Know about 25 Keywords in GO) (0) 2020.08.26 Go_Structs(Go Lang programming Tutorial)part18 (0) 2020.08.24 Go_Go Routine과 Channel 사용 (0) 2020.08.24 go.autocompleteUnimportedPackages(vscode 에서 import자동완성) (0) 2020.08.22 Go 환경구성 GOPATH setup windows10 (0) 2020.08.22 Go 프로그램 환경 구성 (0) 2020.08.22 Go Tutorial (0) 2020.08.22