路径错误
@@ -99,7 +99,7 @@ include $(GOROOT)/src/Make.pkg
```go
package main
import (
- "./uc/uc"
+ "./src/uc"
"fmt"
)