This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
lua
/
lua-https
mirror of
https://github.com/love2d/lua-https.git
Xem
2
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Wiki
Browse Source
Example: Don't overwrite `package.cpath`.
Miku AuahDark
2 năm trước cách đây
mục cha
742e99fe45
commit
4f474d172d
1 tập tin đã thay đổi
với
0 bổ sung
và
2 xóa
Split View
Hiển thị tình trạng sai khác
0
2
example/example.lua
+ 0
- 2
example/example.lua
Xem Tập Tin
@@ -1,5 +1,3 @@
-package.cpath="./?.dll"
-
local https = require "https"
do