diff --git "a/data/3.Go\350\257\255\350\250\200\351\253\230\351\230\266/1.\350\276\237\351\202\252\345\211\221\350\260\261/1.Defer\350\257\255\345\217\245/config.json" "b/data/3.Go\350\257\255\350\250\200\351\253\230\351\230\266/1.\350\276\237\351\202\252\345\211\221\350\260\261/1.Defer\350\257\255\345\217\245/config.json" index ce40381f90e7657973bdbf24f2516f7ffadc5221..665bdf80c057461db420ee88ad863ebb743c1b8a 100644 --- "a/data/3.Go\350\257\255\350\250\200\351\253\230\351\230\266/1.\350\276\237\351\202\252\345\211\221\350\260\261/1.Defer\350\257\255\345\217\245/config.json" +++ "b/data/3.Go\350\257\255\350\250\200\351\253\230\351\230\266/1.\350\276\237\351\202\252\345\211\221\350\260\261/1.Defer\350\257\255\345\217\245/config.json" @@ -2,7 +2,9 @@ "node_id": "go-a296f7f76c70430b8f59d848693397f6", "keywords": [], "children": [], - "export": [], + "export": [ + "defer.json" + ], "keywords_must": [], "keywords_forbid": [], "group": 0 diff --git "a/data/3.Go\350\257\255\350\250\200\351\253\230\351\230\266/1.\350\276\237\351\202\252\345\211\221\350\260\261/1.Defer\350\257\255\345\217\245/defer.json" "b/data/3.Go\350\257\255\350\250\200\351\253\230\351\230\266/1.\350\276\237\351\202\252\345\211\221\350\260\261/1.Defer\350\257\255\345\217\245/defer.json" index 781917fc299567dc8b5d916fa3b4ca3f93a5c0aa..1f10f28e3c86dc90b3a2ed748cf60995d78f690b 100644 --- "a/data/3.Go\350\257\255\350\250\200\351\253\230\351\230\266/1.\350\276\237\351\202\252\345\211\221\350\260\261/1.Defer\350\257\255\345\217\245/defer.json" +++ "b/data/3.Go\350\257\255\350\250\200\351\253\230\351\230\266/1.\350\276\237\351\202\252\345\211\221\350\260\261/1.Defer\350\257\255\345\217\245/defer.json" @@ -1,6 +1,7 @@ { - "type": "code_options", - "author": "dengmengmian", - "source": "defer.md", - "notebook_enable": false + "type": "code_options", + "author": "dengmengmian", + "source": "defer.md", + "notebook_enable": false, + "exercise_id": "f4695ab4e8a5488d8786e1f414657ba8" } \ No newline at end of file diff --git "a/data/3.Go\350\257\255\350\250\200\351\253\230\351\230\266/1.\350\276\237\351\202\252\345\211\221\350\260\261/2.\351\224\231\350\257\257\345\244\204\347\220\206/config.json" "b/data/3.Go\350\257\255\350\250\200\351\253\230\351\230\266/1.\350\276\237\351\202\252\345\211\221\350\260\261/2.\351\224\231\350\257\257\345\244\204\347\220\206/config.json" index bdcda8bbc322cb3cd97c89fa1f1d8665767d1c42..0a43cd7b8d36a173929c4cfba8f7b0ca8f428661 100644 --- "a/data/3.Go\350\257\255\350\250\200\351\253\230\351\230\266/1.\350\276\237\351\202\252\345\211\221\350\260\261/2.\351\224\231\350\257\257\345\244\204\347\220\206/config.json" +++ "b/data/3.Go\350\257\255\350\250\200\351\253\230\351\230\266/1.\350\276\237\351\202\252\345\211\221\350\260\261/2.\351\224\231\350\257\257\345\244\204\347\220\206/config.json" @@ -2,7 +2,9 @@ "node_id": "go-feb7140b44f54d17848925bfa31a288f", "keywords": [], "children": [], - "export": [], + "export": [ + "error.json" + ], "keywords_must": [], "keywords_forbid": [], "group": 0 diff --git "a/data/3.Go\350\257\255\350\250\200\351\253\230\351\230\266/1.\350\276\237\351\202\252\345\211\221\350\260\261/2.\351\224\231\350\257\257\345\244\204\347\220\206/error.json" "b/data/3.Go\350\257\255\350\250\200\351\253\230\351\230\266/1.\350\276\237\351\202\252\345\211\221\350\260\261/2.\351\224\231\350\257\257\345\244\204\347\220\206/error.json" index 4fb96c94bf09fbd327766ac7e5c71f57e1345c96..4193c48513a8ed4fb9549c1e444502f648b4c0f2 100644 --- "a/data/3.Go\350\257\255\350\250\200\351\253\230\351\230\266/1.\350\276\237\351\202\252\345\211\221\350\260\261/2.\351\224\231\350\257\257\345\244\204\347\220\206/error.json" +++ "b/data/3.Go\350\257\255\350\250\200\351\253\230\351\230\266/1.\350\276\237\351\202\252\345\211\221\350\260\261/2.\351\224\231\350\257\257\345\244\204\347\220\206/error.json" @@ -1,6 +1,7 @@ { - "type": "code_options", - "author": "dengmengmian", - "source": "error.md", - "notebook_enable": false + "type": "code_options", + "author": "dengmengmian", + "source": "error.md", + "notebook_enable": false, + "exercise_id": "2ce8143cbaad487d8da7ed0418c6d84d" } \ No newline at end of file diff --git "a/data/3.Go\350\257\255\350\250\200\351\253\230\351\230\266/1.\350\276\237\351\202\252\345\211\221\350\260\261/3.\346\226\207\344\273\266\346\223\215\344\275\234/config.json" "b/data/3.Go\350\257\255\350\250\200\351\253\230\351\230\266/1.\350\276\237\351\202\252\345\211\221\350\260\261/3.\346\226\207\344\273\266\346\223\215\344\275\234/config.json" index 4a91a010cbdabfe47d40ccf274cdf4bd0301e62a..747dc9bdc291af22065334bb90ccf3ba295c18a2 100644 --- "a/data/3.Go\350\257\255\350\250\200\351\253\230\351\230\266/1.\350\276\237\351\202\252\345\211\221\350\260\261/3.\346\226\207\344\273\266\346\223\215\344\275\234/config.json" +++ "b/data/3.Go\350\257\255\350\250\200\351\253\230\351\230\266/1.\350\276\237\351\202\252\345\211\221\350\260\261/3.\346\226\207\344\273\266\346\223\215\344\275\234/config.json" @@ -2,7 +2,9 @@ "node_id": "go-0dd4d9d3c5aa430eb26bd43eacb8f6d5", "keywords": [], "children": [], - "export": [], + "export": [ + "file.json" + ], "keywords_must": [], "keywords_forbid": [], "group": 0 diff --git "a/data/3.Go\350\257\255\350\250\200\351\253\230\351\230\266/1.\350\276\237\351\202\252\345\211\221\350\260\261/3.\346\226\207\344\273\266\346\223\215\344\275\234/file.json" "b/data/3.Go\350\257\255\350\250\200\351\253\230\351\230\266/1.\350\276\237\351\202\252\345\211\221\350\260\261/3.\346\226\207\344\273\266\346\223\215\344\275\234/file.json" index 7168038cf846fd62f7a757339fd41794bf7de298..d8e0f811e2f6cb6bc8aa3e28fa853b0b0d65288f 100644 --- "a/data/3.Go\350\257\255\350\250\200\351\253\230\351\230\266/1.\350\276\237\351\202\252\345\211\221\350\260\261/3.\346\226\207\344\273\266\346\223\215\344\275\234/file.json" +++ "b/data/3.Go\350\257\255\350\250\200\351\253\230\351\230\266/1.\350\276\237\351\202\252\345\211\221\350\260\261/3.\346\226\207\344\273\266\346\223\215\344\275\234/file.json" @@ -1,6 +1,7 @@ { - "type": "code_options", - "author": "dengmengmian", - "source": "file.md", - "notebook_enable": false + "type": "code_options", + "author": "dengmengmian", + "source": "file.md", + "notebook_enable": false, + "exercise_id": "643f94d1bda14cff9e32fbb4b336590c" } \ No newline at end of file diff --git "a/data/3.Go\350\257\255\350\250\200\351\253\230\351\230\266/1.\350\276\237\351\202\252\345\211\221\350\260\261/4.\345\217\215\345\260\204/config.json" "b/data/3.Go\350\257\255\350\250\200\351\253\230\351\230\266/1.\350\276\237\351\202\252\345\211\221\350\260\261/4.\345\217\215\345\260\204/config.json" index 59c8708f17da50eb0306151063fcd28ba9d168b1..2f9474aa4c8c5fb754e70653f605bc88f81f96c7 100644 --- "a/data/3.Go\350\257\255\350\250\200\351\253\230\351\230\266/1.\350\276\237\351\202\252\345\211\221\350\260\261/4.\345\217\215\345\260\204/config.json" +++ "b/data/3.Go\350\257\255\350\250\200\351\253\230\351\230\266/1.\350\276\237\351\202\252\345\211\221\350\260\261/4.\345\217\215\345\260\204/config.json" @@ -2,7 +2,9 @@ "node_id": "go-3f65cbc11562423fbd4a1bec46a8ae6f", "keywords": [], "children": [], - "export": [], + "export": [ + "reflect.json" + ], "keywords_must": [], "keywords_forbid": [], "group": 0 diff --git "a/data/3.Go\350\257\255\350\250\200\351\253\230\351\230\266/1.\350\276\237\351\202\252\345\211\221\350\260\261/4.\345\217\215\345\260\204/reflect.json" "b/data/3.Go\350\257\255\350\250\200\351\253\230\351\230\266/1.\350\276\237\351\202\252\345\211\221\350\260\261/4.\345\217\215\345\260\204/reflect.json" index 1b2e5b7657a86d8b8d16d17380d535c771f9c5ba..3399967a2f3520b879c116a8339241dba0c33403 100644 --- "a/data/3.Go\350\257\255\350\250\200\351\253\230\351\230\266/1.\350\276\237\351\202\252\345\211\221\350\260\261/4.\345\217\215\345\260\204/reflect.json" +++ "b/data/3.Go\350\257\255\350\250\200\351\253\230\351\230\266/1.\350\276\237\351\202\252\345\211\221\350\260\261/4.\345\217\215\345\260\204/reflect.json" @@ -1,6 +1,7 @@ { - "type": "code_options", - "author": "dengmengmian", - "source": "reflect.md", - "notebook_enable": false + "type": "code_options", + "author": "dengmengmian", + "source": "reflect.md", + "notebook_enable": false, + "exercise_id": "39303490d6ec4c25b2ffb09f922e34a0" } \ No newline at end of file diff --git "a/data/3.Go\350\257\255\350\250\200\351\253\230\351\230\266/2.\345\215\216\345\261\261\350\256\272\345\211\221/1.\345\214\205\347\256\241\347\220\206/config.json" "b/data/3.Go\350\257\255\350\250\200\351\253\230\351\230\266/2.\345\215\216\345\261\261\350\256\272\345\211\221/1.\345\214\205\347\256\241\347\220\206/config.json" index cfdcc82838ae71716c49caa1b5f4a039c83d3595..35ca777f49682448d1e0b5a7775f364b31dfb240 100644 --- "a/data/3.Go\350\257\255\350\250\200\351\253\230\351\230\266/2.\345\215\216\345\261\261\350\256\272\345\211\221/1.\345\214\205\347\256\241\347\220\206/config.json" +++ "b/data/3.Go\350\257\255\350\250\200\351\253\230\351\230\266/2.\345\215\216\345\261\261\350\256\272\345\211\221/1.\345\214\205\347\256\241\347\220\206/config.json" @@ -2,7 +2,9 @@ "node_id": "go-3482b7a2532c45debb15dfc78dad30db", "keywords": [], "children": [], - "export": [], + "export": [ + "package.json" + ], "keywords_must": [], "keywords_forbid": [], "group": 0 diff --git "a/data/3.Go\350\257\255\350\250\200\351\253\230\351\230\266/2.\345\215\216\345\261\261\350\256\272\345\211\221/1.\345\214\205\347\256\241\347\220\206/package.json" "b/data/3.Go\350\257\255\350\250\200\351\253\230\351\230\266/2.\345\215\216\345\261\261\350\256\272\345\211\221/1.\345\214\205\347\256\241\347\220\206/package.json" index 1bee68a3d5b788f7302ffca48a5108242a508b46..f5a2ac67d4b6659259627b2c943f43675f12e2b3 100644 --- "a/data/3.Go\350\257\255\350\250\200\351\253\230\351\230\266/2.\345\215\216\345\261\261\350\256\272\345\211\221/1.\345\214\205\347\256\241\347\220\206/package.json" +++ "b/data/3.Go\350\257\255\350\250\200\351\253\230\351\230\266/2.\345\215\216\345\261\261\350\256\272\345\211\221/1.\345\214\205\347\256\241\347\220\206/package.json" @@ -1,6 +1,7 @@ { - "type": "code_options", - "author": "dengmengmian", - "source": "package.md", - "notebook_enable": false + "type": "code_options", + "author": "dengmengmian", + "source": "package.md", + "notebook_enable": false, + "exercise_id": "68908d3ccaa64f00871d0f077667dc56" } \ No newline at end of file diff --git "a/data/3.Go\350\257\255\350\250\200\351\253\230\351\230\266/2.\345\215\216\345\261\261\350\256\272\345\211\221/2.Go\344\270\255\347\232\204oop/config.json" "b/data/3.Go\350\257\255\350\250\200\351\253\230\351\230\266/2.\345\215\216\345\261\261\350\256\272\345\211\221/2.Go\344\270\255\347\232\204oop/config.json" index 674ceaddd7e4328abd29227132c18ed413730fcb..e7f1672ee9582b0f79283fd6bcda77bf8f6161c6 100644 --- "a/data/3.Go\350\257\255\350\250\200\351\253\230\351\230\266/2.\345\215\216\345\261\261\350\256\272\345\211\221/2.Go\344\270\255\347\232\204oop/config.json" +++ "b/data/3.Go\350\257\255\350\250\200\351\253\230\351\230\266/2.\345\215\216\345\261\261\350\256\272\345\211\221/2.Go\344\270\255\347\232\204oop/config.json" @@ -2,7 +2,9 @@ "node_id": "go-b05d4d7486a445bea966fd6baefd0674", "keywords": [], "children": [], - "export": [], + "export": [ + "oop.json" + ], "keywords_must": [], "keywords_forbid": [], "group": 0 diff --git "a/data/3.Go\350\257\255\350\250\200\351\253\230\351\230\266/2.\345\215\216\345\261\261\350\256\272\345\211\221/2.Go\344\270\255\347\232\204oop/oop.json" "b/data/3.Go\350\257\255\350\250\200\351\253\230\351\230\266/2.\345\215\216\345\261\261\350\256\272\345\211\221/2.Go\344\270\255\347\232\204oop/oop.json" index 8901a7807a00f4911c1961bd9857c5634c0c0640..130f60c7f069ada033246ed921fb70fc1a0064e8 100644 --- "a/data/3.Go\350\257\255\350\250\200\351\253\230\351\230\266/2.\345\215\216\345\261\261\350\256\272\345\211\221/2.Go\344\270\255\347\232\204oop/oop.json" +++ "b/data/3.Go\350\257\255\350\250\200\351\253\230\351\230\266/2.\345\215\216\345\261\261\350\256\272\345\211\221/2.Go\344\270\255\347\232\204oop/oop.json" @@ -1,6 +1,7 @@ { - "type": "code_options", - "author": "dengmengmian", - "source": "oop.md", - "notebook_enable": false + "type": "code_options", + "author": "dengmengmian", + "source": "oop.md", + "notebook_enable": false, + "exercise_id": "4c4eb02441c3451c9dd9bfe60fd9e0b5" } \ No newline at end of file diff --git "a/data/3.Go\350\257\255\350\250\200\351\253\230\351\230\266/2.\345\215\216\345\261\261\350\256\272\345\211\221/3.\345\215\225\345\205\203\346\265\213\350\257\225/config.json" "b/data/3.Go\350\257\255\350\250\200\351\253\230\351\230\266/2.\345\215\216\345\261\261\350\256\272\345\211\221/3.\345\215\225\345\205\203\346\265\213\350\257\225/config.json" index a7cf5be56807399a9ebffb79a30d96b1223166f5..8ea8881e00db2fb1f6889144c2c7bd0af4640cdf 100644 --- "a/data/3.Go\350\257\255\350\250\200\351\253\230\351\230\266/2.\345\215\216\345\261\261\350\256\272\345\211\221/3.\345\215\225\345\205\203\346\265\213\350\257\225/config.json" +++ "b/data/3.Go\350\257\255\350\250\200\351\253\230\351\230\266/2.\345\215\216\345\261\261\350\256\272\345\211\221/3.\345\215\225\345\205\203\346\265\213\350\257\225/config.json" @@ -2,7 +2,9 @@ "node_id": "go-e8975845b176445185a9156d59ba6308", "keywords": [], "children": [], - "export": [], + "export": [ + "test.json" + ], "keywords_must": [], "keywords_forbid": [], "group": 0 diff --git "a/data/3.Go\350\257\255\350\250\200\351\253\230\351\230\266/2.\345\215\216\345\261\261\350\256\272\345\211\221/3.\345\215\225\345\205\203\346\265\213\350\257\225/test.json" "b/data/3.Go\350\257\255\350\250\200\351\253\230\351\230\266/2.\345\215\216\345\261\261\350\256\272\345\211\221/3.\345\215\225\345\205\203\346\265\213\350\257\225/test.json" index b5d43eb87e503b9e8debd80b54eb1d50b4ea495b..9f6c3614069b7f921f092953ea294020e6a35f6d 100644 --- "a/data/3.Go\350\257\255\350\250\200\351\253\230\351\230\266/2.\345\215\216\345\261\261\350\256\272\345\211\221/3.\345\215\225\345\205\203\346\265\213\350\257\225/test.json" +++ "b/data/3.Go\350\257\255\350\250\200\351\253\230\351\230\266/2.\345\215\216\345\261\261\350\256\272\345\211\221/3.\345\215\225\345\205\203\346\265\213\350\257\225/test.json" @@ -1,6 +1,7 @@ { - "type": "code_options", - "author": "dengmengmian", - "source": "test.md", - "notebook_enable": false + "type": "code_options", + "author": "dengmengmian", + "source": "test.md", + "notebook_enable": false, + "exercise_id": "638871e2300142d4ad7cc8a440617798" } \ No newline at end of file