summaryrefslogtreecommitdiff
path: root/xmake/core/project/project.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2020-07-24 23:04:12 +0800
committerruki <[email protected]>2020-07-24 23:04:12 +0800
commit52979164630aebfea2bda906ed5b9e29b865fcb7 (patch)
treecea4e472f70b85ed918e0f94f3d04b515bdbd232 /xmake/core/project/project.lua
parent6b89d8b1edc849f8324dae490e635dca080ac473 (diff)
add go package manager
Diffstat (limited to 'xmake/core/project/project.lua')
-rw-r--r--xmake/core/project/project.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/xmake/core/project/project.lua b/xmake/core/project/project.lua
index 0fd4816e6..602b65934 100644
--- a/xmake/core/project/project.lua
+++ b/xmake/core/project/project.lua
@@ -605,8 +605,6 @@ function project._load_requires()
-- add require info
requires[alias or packagename] = instance
end
-
- -- ok?
return requires
end