golang3 non-standard port 사용하는 gitlab 에서 go get 오류 해결 우리는 사정상.. gitlab 을 standard port 를 사용하지 않고 별도의 포트에서 구동하고 있다. 일반적으로는 큰 문제가 될 것은 없었는데 최근에 사내 리포지터리를 통해 go package 를 사용하려고 하는데 문제가 발생하였다. $ go get https://gitlab.company.com:1234/group/pkg-name go: malformed module path "https:/gitlab.company.com:1234/group/pkg-name": invalid char ':' 관련 이슈: - https://github.com/golang/go/issues/26912 - https://stackoverflow.com/questions/60445266/not-able-to-get-p.. 2023. 1. 4. Go-lang TLS-PSK implementation https://github.com/jc-lab/go-tls-psk GitHub - jc-lab/go-tls-psk: go tls with psk support go tls with psk support. Contribute to jc-lab/go-tls-psk development by creating an account on GitHub. github.com 2022. 12. 1. Golang: 상속 관련 참고 golangkorea.github.io/post/go-start/object-oriented/ Go와 객체지향 객체지향 프로그래밍 Go는 클래스(Class)가 없다!! Struct가 Class의 역할을 수행 할 수 있기는 하지만 메서드도 구조체로부터 분리되는 구성을 가지고 있다. 단일 상속도 없고 당연히 다중 상속도 없 golangkorea.github.io 상속관련해서 설명이 잘 되어 있는 글이다! 2021. 1. 12. 이전 1 다음