고3 [Release] gutools - Go 업데이트 툴(스크립트) https://github.com/reatmos/gutools GitHub - reatmos/gutools: Golang Update Tools Scripts for Linux 64bit Golang Update Tools Scripts for Linux 64bit. Contribute to reatmos/gutools development by creating an account on GitHub. github.com [준비물] ARM 또는 X86 64비트 리눅스 git, wget, unzip 패키지 설치된 Go ==================== [실행 방법] sudo chmod *** gutools.sh - 스크립트에 권한 부여 sh gutools.sh 또는 ./gutools.sh ========.. 2022. 12. 4. [Go & Python] 특수기호로 표현한 로딩중 [Go] package main import ( "fmt" "time" ) func main() { var pers = []string{"-", "\\", "|", "/"} for i := 0; i \ > | > / 로 반복해서 로딩중인 걸 출력하는 코드입니다. 연습겸 자막으로 처음 .. 2022. 6. 23. [Swift & Go] 99병의 맥주 import Foundation print("99 bottles of beer on the wall, 99 bottles of beer. Take one down and pass it around, 98 bottles of beer on the wall.") for i in (2...98).reversed() { if(i==2) { print("2 bottles of beer on the wall, 2 bottles of beer. Take one down and pass it around, 1 bottle of beer on the wall.") } else { print(i, "bottles of beer on the wall,", i, "bottles of beer. Take one down and.. 2022. 6. 21. 이전 1 다음