目前,我有以下源码树:client||--cryptlib||||--cryptlib.so||--cryptlib.a||--||--Makefile||--impl1||--||--impl1.go||--impl1_test.go||--impl2||--||--impl2.go||--impl1_test.go||--client.go|--client_test.gocryptlib库被impl1和impl2使用,因此impl1.go和impl2.go从以下cgoblock开始:/*#cgoCFLAGS:-I.-I${SRCDIR}/../cryptlib-L${SRCDIR