코딩Coding/Go구글이개발함
-
Go_switch(스위치)코딩Coding/Go구글이개발함 2020. 8. 23. 23:22
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
-
go.autocompleteUnimportedPackages(vscode 에서 import자동완성)코딩Coding/Go구글이개발함 2020. 8. 22. 21:14
https://sketchofcreed.tistory.com/m/43VScode (visual studio code) Go 설정code.visualstudio.com Visual Studio Code - Code Editing. Redefined Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications. Visual St..sketchofcreed.tistory.com
-