когда я переименовываю символ как этот;
gorename -from '"github.com/alioygur/tatil-search/coral".ApplicationForm' -to ApplicationForm2
Я получаю эту ошибку;
...
In file included from /usr/local/include/stdint.h:59:
In file included from /usr/local/include/stdint.h:59:
In file included from /usr/local/include/stdint.h:59:
In file included from /usr/local/include/stdint.h:59:
/usr/local/include/stdint.h:2:10: error: #include nested too deeply
#include <stddef.h>
^
/usr/local/include/stdint.h:59:11: error: #include nested too deeply
# include <stdint.h>
^
/usr/local/include/stdint.h:72:11: error: #include nested too deeply
# include <sys/types.h>
^
/usr/local/include/stdint.h:76:10: error: #include nested too deeply
#include <limits.h>
^
/usr/local/include/stdint.h:82:11: error: #include nested too deeply
# include <inttypes.h>
^
5 errors generated.
cgo failed: [go tool cgo -objdir /var/folders/03/qmcd84k176g_4p7z5bkfwszc0000gn/T/os_user_C797049444 -- -I /var/folders/03/qmcd84k176g_4p7z5bkfwszc0000gn/T/os_user_C797049444 cgo_lookup_unix.go getgrouplist_darwin.go listgroups_unix.go]: exit status 1
gorename: couldn't load packages due to errors: os/user, crypto/x509, net