'2022/04/04'에 해당되는 글 3건

  1. 2022.04.04 golang 다른 파일 함수 불러오기
  2. 2022.04.04 liteide
  3. 2022.04.04 ubuntu unity tweak
Programming/golang2022. 4. 4. 19:06

c 언어에서 처럼 다른파일의 함수를 빌드해서 끌어오는 법 찾는 중

 

[링크 : https://stackoverflow.com/questions/26942150/importing-go-files-in-same-folder]

[링크 : https://linguinecode.com/post/how-to-import-local-files-packages-in-golang]

 

[링크 : https://surpassing.tistory.com/417]

'Programming > golang' 카테고리의 다른 글

go 변수, 상수, 배열  (0) 2022.04.06
go 모듈 불러오기  (0) 2022.04.06
liteide  (0) 2022.04.04
golang gore(repl), delve  (0) 2022.03.31
go build 옵션  (0) 2022.03.31
Posted by 구차니
Programming/golang2022. 4. 4. 14:56

ubuntu 18.04에 gqrx를 먼저 깔면서 qt5가 추가된 것 같긴한데

예전의 QT가 아닌지 빠릿빠릿하게 실행되는 느낌!

 

아무튼 golang 용 ide인데 api 조회가 쉬우면 좋겠네

[링크 : http://liteide.org/en/]

[링크 : https://streamls.tistory.com/54]

 

$ sudo snap install liteide-tpaw

[링크 : https://ubunlog.com/ko/go를위한-liteide-개발-환경/]

'Programming > golang' 카테고리의 다른 글

go 모듈 불러오기  (0) 2022.04.06
golang 다른 파일 함수 불러오기  (0) 2022.04.04
golang gore(repl), delve  (0) 2022.03.31
go build 옵션  (0) 2022.03.31
go lang static http server  (0) 2022.03.10
Posted by 구차니
Linux/Ubuntu2022. 4. 4. 14:49

우분투 18.04 에서 unity tweak을 설치하고 실행하려고 하면

The following schema is missing 이라는 에러가 나오는데

에러 메시지 큰것만 봐서 자세히 안봤더니.. -_-

아무튼 패키지 하나 설치하면 끝!

 

$ sudo apt install notify-osd

[링크 : https://askubuntu.com/questions/965583/unity-tweak-tool-schema-missing-com-canonical-desktop-interface]

[링크 : https://jootc.com/p/201809181841]

'Linux > Ubuntu' 카테고리의 다른 글

minicom stty  (0) 2022.04.25
sudo -k -K  (0) 2022.04.25
This kernel does not support RARP.  (0) 2022.03.08
우분투 크롬, 구글 로그인이 안됨  (0) 2022.02.14
크로스 컴파일 패키지  (2) 2022.01.28
Posted by 구차니