JasonKhew96 / biliroaming-go-server

GNU General Public License v3.0
208 stars 59 forks source link

Makefile #3

Open liziwei01 opened 2 years ago

liziwei01 commented 2 years ago

没有Makefile哪里来的二进制文件./biliroaming-go-server

直接运行go run main.go报错

# command-line-arguments ./main.go:40:17: undefined: Config ./main.go:41:27: undefined: visitor ./main.go:78:52: undefined: userStatus ./main.go:147:23: undefined: Config ./main.go:161:24: undefined: Config ./main.go:178:6: b.handleWebPlayURL undefined (type *BiliroamingGo has no field or method handleWebPlayURL) ./main.go:180:6: b.handleWebSearch undefined (type *BiliroamingGo has no field or method handleWebSearch) ./main.go:182:6: b.handleAndroidSearch undefined (type *BiliroamingGo has no field or method handleAndroidSearch) ./main.go:184:6: b.handleAndroidPlayURL undefined (type *BiliroamingGo has no field or method handleAndroidPlayURL) ./main.go:186:6: b.handleBstarAndroidSearch undefined (type *BiliroamingGo has no field or method handleBstarAndroidSearch) ./main.go:186:6: too many errors

liziwei01 commented 2 years ago

go version go1.19 linux/amd64

JasonKhew96 commented 2 years ago

go run .

991547436 commented 1 year ago

go build