Go lang parameter에 slice 전달하기 Go function에 전달된 파라미터들은 기본적으로 value 이다. slice를 주소로 넘기느냐 값으로 넘기느냐에 따라서 결과가 달라지는데 아래 예시를 보자. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 func modifySlice(innerS...
Package name은 lower case, single-word names; there should be no need for underscores or mixedCaps Getters : Get을 prefix로 붙이지 않는다. Setter의 경우는 Set을 prefix로 붙일수 있다. Interface Names ...
GoLand No Tests Were Run test 함수내에 fmt.printf 를 사용하는경우, test가 실행되었다고 인식이 되지 않는다. fmt.println을 사용해서 해결가능하다. 서버와 gRPC stream으로 통신시 stream으로 부터 데이터를 읽을때 failed to read frame: read tcp ... use of clos...
Flink Architecture
Parallel stages with Buildkit
Comments powered by Disqus.