ZhangZhihui's Blog |
|
||
2024年1月2日
摘要:
func TestLoadConfig(t *testing.T) { var config Config fmt.Printf("%+v", config) require.Nil(t, config) } RUN TestLoadConfig {Environment:} /zdata/Gith 阅读全文
摘要:
git clone https://github.com/go-nv/goenv.git ~/.goenv echo 'export GOENV_ROOT="$HOME/.goenv"' >> ~/.bashrc echo 'export PATH="$GOENV_ROOT/bin:$PATH"' 阅读全文
2023年12月31日
摘要:
RUN TestTransferTx store_test.go:87: Error Trace: /home/runner/work/zimplebank/zimplebank/db/sqlc/store_test.go:87 Error: Not equal: expected: 20 actu 阅读全文
摘要:
EKS Cluster: RDS (Postgres): Rdis Cluster: 阅读全文
2023年12月30日
摘要:
import "github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-grpc-gateway" is a program, not an importable packagego list package _ ("github.com/grpc- 阅读全文
2023年12月28日
摘要:
Running tool: /usr/local/go/bin/go test -timeout 30s -run ^TestCreateUserAPI$ github.com/ZhangZhihuiAAA/zimplebank/gapi -count=1 -v RUN TestCreateUser 阅读全文
摘要:
Running tool: /usr/local/go/bin/go test -timeout 30s -run ^TestCreateUserAPI$ github.com/ZhangZhihuiAAA/zimplebank/gapi -count=1 -v RUN TestCreateUser 阅读全文
摘要:
In bash we can pass the output of one command to the next one as an argument. We will cover multiple examples. xargs is very useful for passing inform 阅读全文
摘要:
1. Overview Single-line command statements are the norm on Linux command lines. However, sometimes we may need, or simply find it efficient, to run mu 阅读全文
2023年12月27日
摘要:
gmailSmtpAuthAddress = "smtp.gmail.com" gmailSmtpServerAddress = "smtp.gmail.com:587" smtpAuthAddress = "smtp.126.com" smtpServerAddress = "smtp.126.c 阅读全文
|
Copyright © 2024 ZhangZhihuiAAA
Powered by .NET 9.0 on Kubernetes |