bepass-org / bepass

A simple DPI bypass tool written in go
MIT License
342 stars 71 forks source link

go 1.20 not work , not build #2

Closed parsibox closed 11 months ago

parsibox commented 11 months ago

hi i can not build with go 1.20 on windows

   go build .
no Go files in C:\Users\parsibox\OneDrive\Desktop\bepass-main
  go run . -c config.json
no Go files in C:\Users\parsibox\OneDrive\Desktop\bepass-main
parsibox commented 11 months ago

i found in windows we should run with

 go run cmd/bepass/main.go