回答編集履歴
1
追記
test
CHANGED
@@ -21,7 +21,7 @@
|
|
21
21
|
```
|
22
22
|
go test ./alib を実行するとこちらのエラーが表示されました
|
23
23
|
```go
|
24
|
-
alib/alib_test.go:2:8: package testting is not in std (/Users/
|
24
|
+
alib/alib_test.go:2:8: package testting is not in std (/Users/氏名/.goenv/versions/1.21.5/src/testting)
|
25
25
|
|
26
26
|
alib/alib_test.go:7:1: expected declaration, found fanc
|
27
27
|
```
|