├── .gitattributes ├── LICENSE ├── README.md └── main.go /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/badafans/Cloudflare-IP-SpeedTest/HEAD/.gitattributes -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/badafans/Cloudflare-IP-SpeedTest/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/badafans/Cloudflare-IP-SpeedTest/HEAD/README.md -------------------------------------------------------------------------------- /main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/badafans/Cloudflare-IP-SpeedTest/HEAD/main.go --------------------------------------------------------------------------------