File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ Each plugin in the **Plugify** framework requires a **manifest file** with the `
9393 "entryPoint" : " bin/go_example_plugin.dll" ,
9494 "supportedPlatforms" : [],
9595 "languageModule" : {
96- "name" : " go "
96+ "name" : " golang "
9797 },
9898 "dependencies" : [],
9999 "exportedMethods" : []
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ Each plugin in the **Plugify** framework requires a **manifest file** with the `
8686 "entryPoint" : " bin/d_example_plugin.dll" ,
8787 "supportedPlatforms" : [],
8888 "languageModule" : {
89- "name" : " d "
89+ "name" : " dlang "
9090 },
9191 "dependencies" : [],
9292 "exportedMethods" : []
Original file line number Diff line number Diff line change 9393 "entryPoint" : " bin/go_example_plugin.dll" ,
9494 "supportedPlatforms" : [],
9595 "languageModule" : {
96- "name" : " go "
96+ "name" : " golang "
9797 },
9898 "dependencies" : [],
9999 "exportedMethods" : []
You can’t perform that action at this time.
0 commit comments