Problems introduced by golang custom package

recently I have been learning go for the first time.

where the custom package is introduced, errors are reported all the time

this is hello.go

clipboard.png

web/web.go

clipboard.png

gopath

clipboard.png

I don"t know what"s wrong with

. Ask the great god for an answer.

Jun.23,2021
hello/web of
hello.go changed to web
each GOPATH has no inheritance relationship


the path of the reference package is calculated from the src of GOPATH. You should introduce "web".
clipboard.png this error is written very clearly

.
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3c597-2c2fc.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3c597-2c2fc.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?