First install Requirements,
go mod downloadchange both problem "leetCode/problems/1652" and TestEach(t, "2065", "problems", problem.Solve) in solution_test.go, and try:
go test golang/solution_test.go golang/test_basic.go -test.timeout 3sor if you want to run more than one questions, change problems in problems_test.go, and try:
go test golang/problems_test.go golang/test_basic.go -test.timeout 10s