From a61b37b14c9ca775d8dd3901f5f4d512963ec86c Mon Sep 17 00:00:00 2001 From: luxin Date: Mon, 15 Aug 2022 17:07:50 +0800 Subject: [PATCH] run python main.py --- .../1.Defer\350\257\255\345\217\245/config.json" | 4 +++- .../1.Defer\350\257\255\345\217\245/defer.json" | 9 +++++---- .../config.json" | 4 +++- .../error.json" | 9 +++++---- .../config.json" | 4 +++- .../file.json" | 9 +++++---- .../4.\345\217\215\345\260\204/config.json" | 4 +++- .../4.\345\217\215\345\260\204/reflect.json" | 9 +++++---- .../1.\345\214\205\347\256\241\347\220\206/config.json" | 4 +++- .../1.\345\214\205\347\256\241\347\220\206/package.json" | 9 +++++---- .../2.Go\344\270\255\347\232\204oop/config.json" | 4 +++- .../2.Go\344\270\255\347\232\204oop/oop.json" | 9 +++++---- .../config.json" | 4 +++- .../test.json" | 9 +++++---- 14 files changed, 56 insertions(+), 35 deletions(-) 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 ce40381..665bdf8 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 781917f..1f10f28 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 bdcda8b..0a43cd7 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 4fb96c9..4193c48 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 4a91a01..747dc9b 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 7168038..d8e0f81 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 59c8708..2f9474a 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 1b2e5b7..3399967 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 cfdcc82..35ca777 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 1bee68a..f5a2ac6 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 674cead..e7f1672 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 8901a78..130f60c 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 a7cf5be..8ea8881 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 b5d43eb..9f6c361 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 -- GitLab