package main
import(
crypt "github.com/amoghe/go-crypt"
)
运行上面的代码会报错:
root@kali:~/Desktop/tools/gos/SUnix# go run crack.go
github.com/amoghe/go-crypt
/root/go/pkg/mod/github.com/amoghe/go-crypt@v0.0.0-20191109212615-b2ff80594b7f/crypt_r.go: In function ‘gnu_ext_crypt’:
/root/go/pkg/mod/github.com/amoghe/go-crypt@v0.0.0-20191109212615-b2ff80594b7f/crypt_r.go:35:3: warning: 'strncpy' specified bound depends on the length of the source argument...
这画质不好,怎么修