From 11e0b18077778c52d650eb6b417783fb0079385a Mon Sep 17 00:00:00 2001 From: luxin Date: Mon, 15 Aug 2022 15:49:47 +0800 Subject: [PATCH] run python main.py --- .../config.json" | 4 +++- .../type.json" | 9 +++++---- .../config.json" | 4 +++- .../if.json" | 7 +++++++ .../1.\346\225\260\347\273\204/array.json" | 9 +++++---- .../1.\346\225\260\347\273\204/arraycopy.json" | 9 +++++---- .../1.\346\225\260\347\273\204/config.json" | 5 ++++- .../2.\345\210\207\347\211\207/config.json" | 4 +++- .../2.\345\210\207\347\211\207/slice.json" | 9 +++++---- .../3.map/config.json" | 4 +++- .../3.map/map.json" | 9 +++++---- .../4.\345\255\227\347\254\246\344\270\262/config.json" | 4 +++- .../4.\345\255\227\347\254\246\344\270\262/string.json" | 7 +++++++ .../5.\345\207\275\346\225\260/config.json" | 4 +++- .../5.\345\207\275\346\225\260/fun.json" | 9 +++++---- .../6.\346\214\207\351\222\210/config.json" | 4 +++- .../6.\346\214\207\351\222\210/pointer.json" | 9 +++++---- .../7.\347\273\223\346\236\204\344\275\223/config.json" | 4 +++- .../7.\347\273\223\346\236\204\344\275\223/struct.json" | 9 +++++---- .../8.\346\226\271\346\263\225/config.json" | 4 +++- .../8.\346\226\271\346\263\225/fun.json" | 9 +++++---- .../9.\346\216\245\345\217\243/config.json" | 4 +++- .../9.\346\216\245\345\217\243/interface.json" | 9 +++++---- 23 files changed, 98 insertions(+), 51 deletions(-) create mode 100644 "data/1.Go\350\257\255\350\250\200\345\210\235\351\230\266/2.\345\210\235\347\252\245\351\227\250\345\276\204/3.\345\276\252\347\216\257\344\270\216\346\235\241\344\273\266\345\210\244\346\226\255/if.json" create mode 100644 "data/2.Go\350\257\255\350\250\200\344\270\255\351\230\266/1.\344\271\235\351\230\264\347\234\237\347\273\217/4.\345\255\227\347\254\246\344\270\262/string.json" diff --git "a/data/1.Go\350\257\255\350\250\200\345\210\235\351\230\266/2.\345\210\235\347\252\245\351\227\250\345\276\204/2.go\345\237\272\347\241\200\346\225\260\346\215\256\347\261\273\345\236\213/config.json" "b/data/1.Go\350\257\255\350\250\200\345\210\235\351\230\266/2.\345\210\235\347\252\245\351\227\250\345\276\204/2.go\345\237\272\347\241\200\346\225\260\346\215\256\347\261\273\345\236\213/config.json" index 15c34a5..5e0afef 100644 --- "a/data/1.Go\350\257\255\350\250\200\345\210\235\351\230\266/2.\345\210\235\347\252\245\351\227\250\345\276\204/2.go\345\237\272\347\241\200\346\225\260\346\215\256\347\261\273\345\236\213/config.json" +++ "b/data/1.Go\350\257\255\350\250\200\345\210\235\351\230\266/2.\345\210\235\347\252\245\351\227\250\345\276\204/2.go\345\237\272\347\241\200\346\225\260\346\215\256\347\261\273\345\236\213/config.json" @@ -2,7 +2,9 @@ "node_id": "go-5d10f4fc272248388615eaa6594f9a83", "keywords": [], "children": [], - "export": [], + "export": [ + "type.json" + ], "keywords_must": [], "keywords_forbid": [], "group": 0 diff --git "a/data/1.Go\350\257\255\350\250\200\345\210\235\351\230\266/2.\345\210\235\347\252\245\351\227\250\345\276\204/2.go\345\237\272\347\241\200\346\225\260\346\215\256\347\261\273\345\236\213/type.json" "b/data/1.Go\350\257\255\350\250\200\345\210\235\351\230\266/2.\345\210\235\347\252\245\351\227\250\345\276\204/2.go\345\237\272\347\241\200\346\225\260\346\215\256\347\261\273\345\236\213/type.json" index ab758eb..0ff70a0 100644 --- "a/data/1.Go\350\257\255\350\250\200\345\210\235\351\230\266/2.\345\210\235\347\252\245\351\227\250\345\276\204/2.go\345\237\272\347\241\200\346\225\260\346\215\256\347\261\273\345\236\213/type.json" +++ "b/data/1.Go\350\257\255\350\250\200\345\210\235\351\230\266/2.\345\210\235\347\252\245\351\227\250\345\276\204/2.go\345\237\272\347\241\200\346\225\260\346\215\256\347\261\273\345\236\213/type.json" @@ -1,6 +1,7 @@ { - "type": "code_options", - "author": "dengmengmian", - "source": "type.md", - "notebook_enable": false + "type": "code_options", + "author": "dengmengmian", + "source": "type.md", + "notebook_enable": false, + "exercise_id": "1c522e60c818499c9415f3a73f4c52e9" } \ No newline at end of file diff --git "a/data/1.Go\350\257\255\350\250\200\345\210\235\351\230\266/2.\345\210\235\347\252\245\351\227\250\345\276\204/3.\345\276\252\347\216\257\344\270\216\346\235\241\344\273\266\345\210\244\346\226\255/config.json" "b/data/1.Go\350\257\255\350\250\200\345\210\235\351\230\266/2.\345\210\235\347\252\245\351\227\250\345\276\204/3.\345\276\252\347\216\257\344\270\216\346\235\241\344\273\266\345\210\244\346\226\255/config.json" index 6c37452..e2b8a9b 100644 --- "a/data/1.Go\350\257\255\350\250\200\345\210\235\351\230\266/2.\345\210\235\347\252\245\351\227\250\345\276\204/3.\345\276\252\347\216\257\344\270\216\346\235\241\344\273\266\345\210\244\346\226\255/config.json" +++ "b/data/1.Go\350\257\255\350\250\200\345\210\235\351\230\266/2.\345\210\235\347\252\245\351\227\250\345\276\204/3.\345\276\252\347\216\257\344\270\216\346\235\241\344\273\266\345\210\244\346\226\255/config.json" @@ -2,7 +2,9 @@ "node_id": "go-6be857e706ae42e59a782ce788d9dcd3", "keywords": [], "children": [], - "export": [], + "export": [ + "if.json" + ], "keywords_must": [], "keywords_forbid": [], "group": 0 diff --git "a/data/1.Go\350\257\255\350\250\200\345\210\235\351\230\266/2.\345\210\235\347\252\245\351\227\250\345\276\204/3.\345\276\252\347\216\257\344\270\216\346\235\241\344\273\266\345\210\244\346\226\255/if.json" "b/data/1.Go\350\257\255\350\250\200\345\210\235\351\230\266/2.\345\210\235\347\252\245\351\227\250\345\276\204/3.\345\276\252\347\216\257\344\270\216\346\235\241\344\273\266\345\210\244\346\226\255/if.json" new file mode 100644 index 0000000..74cf04e --- /dev/null +++ "b/data/1.Go\350\257\255\350\250\200\345\210\235\351\230\266/2.\345\210\235\347\252\245\351\227\250\345\276\204/3.\345\276\252\347\216\257\344\270\216\346\235\241\344\273\266\345\210\244\346\226\255/if.json" @@ -0,0 +1,7 @@ +{ + "type": "code_options", + "author": "mafan(麻凡)", + "source": "if.md", + "notebook_enable": false, + "exercise_id": "bf0edd57de4241b0818587334990b167" +} \ No newline at end of file diff --git "a/data/2.Go\350\257\255\350\250\200\344\270\255\351\230\266/1.\344\271\235\351\230\264\347\234\237\347\273\217/1.\346\225\260\347\273\204/array.json" "b/data/2.Go\350\257\255\350\250\200\344\270\255\351\230\266/1.\344\271\235\351\230\264\347\234\237\347\273\217/1.\346\225\260\347\273\204/array.json" index 66411e8..28543dc 100644 --- "a/data/2.Go\350\257\255\350\250\200\344\270\255\351\230\266/1.\344\271\235\351\230\264\347\234\237\347\273\217/1.\346\225\260\347\273\204/array.json" +++ "b/data/2.Go\350\257\255\350\250\200\344\270\255\351\230\266/1.\344\271\235\351\230\264\347\234\237\347\273\217/1.\346\225\260\347\273\204/array.json" @@ -1,6 +1,7 @@ { - "type": "code_options", - "author": "dengmengmian", - "source": "array.md", - "notebook_enable": false + "type": "code_options", + "author": "dengmengmian", + "source": "array.md", + "notebook_enable": false, + "exercise_id": "1f2cbd3301a34353894b81a4c5665cb2" } \ No newline at end of file diff --git "a/data/2.Go\350\257\255\350\250\200\344\270\255\351\230\266/1.\344\271\235\351\230\264\347\234\237\347\273\217/1.\346\225\260\347\273\204/arraycopy.json" "b/data/2.Go\350\257\255\350\250\200\344\270\255\351\230\266/1.\344\271\235\351\230\264\347\234\237\347\273\217/1.\346\225\260\347\273\204/arraycopy.json" index 94668c4..f6c9132 100644 --- "a/data/2.Go\350\257\255\350\250\200\344\270\255\351\230\266/1.\344\271\235\351\230\264\347\234\237\347\273\217/1.\346\225\260\347\273\204/arraycopy.json" +++ "b/data/2.Go\350\257\255\350\250\200\344\270\255\351\230\266/1.\344\271\235\351\230\264\347\234\237\347\273\217/1.\346\225\260\347\273\204/arraycopy.json" @@ -1,6 +1,7 @@ { - "type": "code_options", - "author": "dengmengmian", - "source": "arraycopy.md", - "notebook_enable": false + "type": "code_options", + "author": "dengmengmian", + "source": "arraycopy.md", + "notebook_enable": false, + "exercise_id": "e5e560ff78984377b37b90a4351e4e63" } \ No newline at end of file diff --git "a/data/2.Go\350\257\255\350\250\200\344\270\255\351\230\266/1.\344\271\235\351\230\264\347\234\237\347\273\217/1.\346\225\260\347\273\204/config.json" "b/data/2.Go\350\257\255\350\250\200\344\270\255\351\230\266/1.\344\271\235\351\230\264\347\234\237\347\273\217/1.\346\225\260\347\273\204/config.json" index 193d563..21a60e8 100644 --- "a/data/2.Go\350\257\255\350\250\200\344\270\255\351\230\266/1.\344\271\235\351\230\264\347\234\237\347\273\217/1.\346\225\260\347\273\204/config.json" +++ "b/data/2.Go\350\257\255\350\250\200\344\270\255\351\230\266/1.\344\271\235\351\230\264\347\234\237\347\273\217/1.\346\225\260\347\273\204/config.json" @@ -2,7 +2,10 @@ "node_id": "go-c7fff6eaacde4a31bf001793fc997e39", "keywords": [], "children": [], - "export": [], + "export": [ + "array.json", + "arraycopy.json" + ], "keywords_must": [], "keywords_forbid": [], "group": 0 diff --git "a/data/2.Go\350\257\255\350\250\200\344\270\255\351\230\266/1.\344\271\235\351\230\264\347\234\237\347\273\217/2.\345\210\207\347\211\207/config.json" "b/data/2.Go\350\257\255\350\250\200\344\270\255\351\230\266/1.\344\271\235\351\230\264\347\234\237\347\273\217/2.\345\210\207\347\211\207/config.json" index 4f34016..4d01178 100644 --- "a/data/2.Go\350\257\255\350\250\200\344\270\255\351\230\266/1.\344\271\235\351\230\264\347\234\237\347\273\217/2.\345\210\207\347\211\207/config.json" +++ "b/data/2.Go\350\257\255\350\250\200\344\270\255\351\230\266/1.\344\271\235\351\230\264\347\234\237\347\273\217/2.\345\210\207\347\211\207/config.json" @@ -2,7 +2,9 @@ "node_id": "go-21699e94964746cdb54f84423fb8064c", "keywords": [], "children": [], - "export": [], + "export": [ + "slice.json" + ], "keywords_must": [], "keywords_forbid": [], "group": 0 diff --git "a/data/2.Go\350\257\255\350\250\200\344\270\255\351\230\266/1.\344\271\235\351\230\264\347\234\237\347\273\217/2.\345\210\207\347\211\207/slice.json" "b/data/2.Go\350\257\255\350\250\200\344\270\255\351\230\266/1.\344\271\235\351\230\264\347\234\237\347\273\217/2.\345\210\207\347\211\207/slice.json" index 057bbd9..cbaa4bd 100644 --- "a/data/2.Go\350\257\255\350\250\200\344\270\255\351\230\266/1.\344\271\235\351\230\264\347\234\237\347\273\217/2.\345\210\207\347\211\207/slice.json" +++ "b/data/2.Go\350\257\255\350\250\200\344\270\255\351\230\266/1.\344\271\235\351\230\264\347\234\237\347\273\217/2.\345\210\207\347\211\207/slice.json" @@ -1,6 +1,7 @@ { - "type": "code_options", - "author": "dengmengmian", - "source": "slice.md", - "notebook_enable": false + "type": "code_options", + "author": "dengmengmian", + "source": "slice.md", + "notebook_enable": false, + "exercise_id": "0aaa5fcf44f143edb0393e67f8110e80" } \ No newline at end of file diff --git "a/data/2.Go\350\257\255\350\250\200\344\270\255\351\230\266/1.\344\271\235\351\230\264\347\234\237\347\273\217/3.map/config.json" "b/data/2.Go\350\257\255\350\250\200\344\270\255\351\230\266/1.\344\271\235\351\230\264\347\234\237\347\273\217/3.map/config.json" index dd79b70..d347bae 100644 --- "a/data/2.Go\350\257\255\350\250\200\344\270\255\351\230\266/1.\344\271\235\351\230\264\347\234\237\347\273\217/3.map/config.json" +++ "b/data/2.Go\350\257\255\350\250\200\344\270\255\351\230\266/1.\344\271\235\351\230\264\347\234\237\347\273\217/3.map/config.json" @@ -2,7 +2,9 @@ "node_id": "go-13b6c5793272482ab7a56a9fafb3f9a9", "keywords": [], "children": [], - "export": [], + "export": [ + "map.json" + ], "keywords_must": [], "keywords_forbid": [], "group": 0 diff --git "a/data/2.Go\350\257\255\350\250\200\344\270\255\351\230\266/1.\344\271\235\351\230\264\347\234\237\347\273\217/3.map/map.json" "b/data/2.Go\350\257\255\350\250\200\344\270\255\351\230\266/1.\344\271\235\351\230\264\347\234\237\347\273\217/3.map/map.json" index 666fdd5..cbc8b27 100644 --- "a/data/2.Go\350\257\255\350\250\200\344\270\255\351\230\266/1.\344\271\235\351\230\264\347\234\237\347\273\217/3.map/map.json" +++ "b/data/2.Go\350\257\255\350\250\200\344\270\255\351\230\266/1.\344\271\235\351\230\264\347\234\237\347\273\217/3.map/map.json" @@ -1,6 +1,7 @@ { - "type": "code_options", - "author": "dengmengmian", - "source": "map.md", - "notebook_enable": false + "type": "code_options", + "author": "dengmengmian", + "source": "map.md", + "notebook_enable": false, + "exercise_id": "440d6c5040524729b59b294598a218c8" } \ No newline at end of file diff --git "a/data/2.Go\350\257\255\350\250\200\344\270\255\351\230\266/1.\344\271\235\351\230\264\347\234\237\347\273\217/4.\345\255\227\347\254\246\344\270\262/config.json" "b/data/2.Go\350\257\255\350\250\200\344\270\255\351\230\266/1.\344\271\235\351\230\264\347\234\237\347\273\217/4.\345\255\227\347\254\246\344\270\262/config.json" index 507ecc5..cd5e007 100644 --- "a/data/2.Go\350\257\255\350\250\200\344\270\255\351\230\266/1.\344\271\235\351\230\264\347\234\237\347\273\217/4.\345\255\227\347\254\246\344\270\262/config.json" +++ "b/data/2.Go\350\257\255\350\250\200\344\270\255\351\230\266/1.\344\271\235\351\230\264\347\234\237\347\273\217/4.\345\255\227\347\254\246\344\270\262/config.json" @@ -2,7 +2,9 @@ "node_id": "go-5b19c90f91ee446d8da9b541f1b2fab7", "keywords": [], "children": [], - "export": [], + "export": [ + "string.json" + ], "keywords_must": [], "keywords_forbid": [], "group": 0 diff --git "a/data/2.Go\350\257\255\350\250\200\344\270\255\351\230\266/1.\344\271\235\351\230\264\347\234\237\347\273\217/4.\345\255\227\347\254\246\344\270\262/string.json" "b/data/2.Go\350\257\255\350\250\200\344\270\255\351\230\266/1.\344\271\235\351\230\264\347\234\237\347\273\217/4.\345\255\227\347\254\246\344\270\262/string.json" new file mode 100644 index 0000000..30b2e3e --- /dev/null +++ "b/data/2.Go\350\257\255\350\250\200\344\270\255\351\230\266/1.\344\271\235\351\230\264\347\234\237\347\273\217/4.\345\255\227\347\254\246\344\270\262/string.json" @@ -0,0 +1,7 @@ +{ + "type": "code_options", + "author": "mafan(麻凡)", + "source": "string.md", + "notebook_enable": false, + "exercise_id": "e5f6c432e60a40b5a3e04c9be0608fd6" +} \ No newline at end of file diff --git "a/data/2.Go\350\257\255\350\250\200\344\270\255\351\230\266/1.\344\271\235\351\230\264\347\234\237\347\273\217/5.\345\207\275\346\225\260/config.json" "b/data/2.Go\350\257\255\350\250\200\344\270\255\351\230\266/1.\344\271\235\351\230\264\347\234\237\347\273\217/5.\345\207\275\346\225\260/config.json" index 8684ba1..0f71e22 100644 --- "a/data/2.Go\350\257\255\350\250\200\344\270\255\351\230\266/1.\344\271\235\351\230\264\347\234\237\347\273\217/5.\345\207\275\346\225\260/config.json" +++ "b/data/2.Go\350\257\255\350\250\200\344\270\255\351\230\266/1.\344\271\235\351\230\264\347\234\237\347\273\217/5.\345\207\275\346\225\260/config.json" @@ -2,7 +2,9 @@ "node_id": "go-fba4fbee2e70470fb4ec45fb8e1796bd", "keywords": [], "children": [], - "export": [], + "export": [ + "fun.json" + ], "keywords_must": [], "keywords_forbid": [], "group": 0 diff --git "a/data/2.Go\350\257\255\350\250\200\344\270\255\351\230\266/1.\344\271\235\351\230\264\347\234\237\347\273\217/5.\345\207\275\346\225\260/fun.json" "b/data/2.Go\350\257\255\350\250\200\344\270\255\351\230\266/1.\344\271\235\351\230\264\347\234\237\347\273\217/5.\345\207\275\346\225\260/fun.json" index daa5380..22f6a34 100644 --- "a/data/2.Go\350\257\255\350\250\200\344\270\255\351\230\266/1.\344\271\235\351\230\264\347\234\237\347\273\217/5.\345\207\275\346\225\260/fun.json" +++ "b/data/2.Go\350\257\255\350\250\200\344\270\255\351\230\266/1.\344\271\235\351\230\264\347\234\237\347\273\217/5.\345\207\275\346\225\260/fun.json" @@ -1,6 +1,7 @@ { - "type": "code_options", - "author": "dengmengmian", - "source": "fun.md", - "notebook_enable": false + "type": "code_options", + "author": "dengmengmian", + "source": "fun.md", + "notebook_enable": false, + "exercise_id": "7be23b80ade94979a5a1e6bfdb7c8bda" } \ No newline at end of file diff --git "a/data/2.Go\350\257\255\350\250\200\344\270\255\351\230\266/1.\344\271\235\351\230\264\347\234\237\347\273\217/6.\346\214\207\351\222\210/config.json" "b/data/2.Go\350\257\255\350\250\200\344\270\255\351\230\266/1.\344\271\235\351\230\264\347\234\237\347\273\217/6.\346\214\207\351\222\210/config.json" index 2a5cca6..9b024bd 100644 --- "a/data/2.Go\350\257\255\350\250\200\344\270\255\351\230\266/1.\344\271\235\351\230\264\347\234\237\347\273\217/6.\346\214\207\351\222\210/config.json" +++ "b/data/2.Go\350\257\255\350\250\200\344\270\255\351\230\266/1.\344\271\235\351\230\264\347\234\237\347\273\217/6.\346\214\207\351\222\210/config.json" @@ -2,7 +2,9 @@ "node_id": "go-f9750660017e4fac88970936c89cc10e", "keywords": [], "children": [], - "export": [], + "export": [ + "pointer.json" + ], "keywords_must": [], "keywords_forbid": [], "group": 0 diff --git "a/data/2.Go\350\257\255\350\250\200\344\270\255\351\230\266/1.\344\271\235\351\230\264\347\234\237\347\273\217/6.\346\214\207\351\222\210/pointer.json" "b/data/2.Go\350\257\255\350\250\200\344\270\255\351\230\266/1.\344\271\235\351\230\264\347\234\237\347\273\217/6.\346\214\207\351\222\210/pointer.json" index cdbf937..a6f0fc8 100644 --- "a/data/2.Go\350\257\255\350\250\200\344\270\255\351\230\266/1.\344\271\235\351\230\264\347\234\237\347\273\217/6.\346\214\207\351\222\210/pointer.json" +++ "b/data/2.Go\350\257\255\350\250\200\344\270\255\351\230\266/1.\344\271\235\351\230\264\347\234\237\347\273\217/6.\346\214\207\351\222\210/pointer.json" @@ -1,6 +1,7 @@ { - "type": "code_options", - "author": "dengmengmian", - "source": "pointer.md", - "notebook_enable": false + "type": "code_options", + "author": "dengmengmian", + "source": "pointer.md", + "notebook_enable": false, + "exercise_id": "aacd0d00b7b94de59f56995d86504599" } \ No newline at end of file diff --git "a/data/2.Go\350\257\255\350\250\200\344\270\255\351\230\266/1.\344\271\235\351\230\264\347\234\237\347\273\217/7.\347\273\223\346\236\204\344\275\223/config.json" "b/data/2.Go\350\257\255\350\250\200\344\270\255\351\230\266/1.\344\271\235\351\230\264\347\234\237\347\273\217/7.\347\273\223\346\236\204\344\275\223/config.json" index 94751f6..29b64a7 100644 --- "a/data/2.Go\350\257\255\350\250\200\344\270\255\351\230\266/1.\344\271\235\351\230\264\347\234\237\347\273\217/7.\347\273\223\346\236\204\344\275\223/config.json" +++ "b/data/2.Go\350\257\255\350\250\200\344\270\255\351\230\266/1.\344\271\235\351\230\264\347\234\237\347\273\217/7.\347\273\223\346\236\204\344\275\223/config.json" @@ -1,7 +1,9 @@ { "keywords": [], "children": [], - "export": [], + "export": [ + "struct.json" + ], "keywords_must": [], "keywords_forbid": [], "group": 0, diff --git "a/data/2.Go\350\257\255\350\250\200\344\270\255\351\230\266/1.\344\271\235\351\230\264\347\234\237\347\273\217/7.\347\273\223\346\236\204\344\275\223/struct.json" "b/data/2.Go\350\257\255\350\250\200\344\270\255\351\230\266/1.\344\271\235\351\230\264\347\234\237\347\273\217/7.\347\273\223\346\236\204\344\275\223/struct.json" index 61feea2..31edc7b 100644 --- "a/data/2.Go\350\257\255\350\250\200\344\270\255\351\230\266/1.\344\271\235\351\230\264\347\234\237\347\273\217/7.\347\273\223\346\236\204\344\275\223/struct.json" +++ "b/data/2.Go\350\257\255\350\250\200\344\270\255\351\230\266/1.\344\271\235\351\230\264\347\234\237\347\273\217/7.\347\273\223\346\236\204\344\275\223/struct.json" @@ -1,6 +1,7 @@ { - "type": "code_options", - "author": "dengmengmian", - "source": "struct.md", - "notebook_enable": false + "type": "code_options", + "author": "dengmengmian", + "source": "struct.md", + "notebook_enable": false, + "exercise_id": "b73f5753dfe5430a821b32600b863196" } \ No newline at end of file diff --git "a/data/2.Go\350\257\255\350\250\200\344\270\255\351\230\266/1.\344\271\235\351\230\264\347\234\237\347\273\217/8.\346\226\271\346\263\225/config.json" "b/data/2.Go\350\257\255\350\250\200\344\270\255\351\230\266/1.\344\271\235\351\230\264\347\234\237\347\273\217/8.\346\226\271\346\263\225/config.json" index 4c30093..a0f5172 100644 --- "a/data/2.Go\350\257\255\350\250\200\344\270\255\351\230\266/1.\344\271\235\351\230\264\347\234\237\347\273\217/8.\346\226\271\346\263\225/config.json" +++ "b/data/2.Go\350\257\255\350\250\200\344\270\255\351\230\266/1.\344\271\235\351\230\264\347\234\237\347\273\217/8.\346\226\271\346\263\225/config.json" @@ -1,7 +1,9 @@ { "keywords": [], "children": [], - "export": [], + "export": [ + "fun.json" + ], "keywords_must": [], "keywords_forbid": [], "group": 0, diff --git "a/data/2.Go\350\257\255\350\250\200\344\270\255\351\230\266/1.\344\271\235\351\230\264\347\234\237\347\273\217/8.\346\226\271\346\263\225/fun.json" "b/data/2.Go\350\257\255\350\250\200\344\270\255\351\230\266/1.\344\271\235\351\230\264\347\234\237\347\273\217/8.\346\226\271\346\263\225/fun.json" index daa5380..a3078e4 100644 --- "a/data/2.Go\350\257\255\350\250\200\344\270\255\351\230\266/1.\344\271\235\351\230\264\347\234\237\347\273\217/8.\346\226\271\346\263\225/fun.json" +++ "b/data/2.Go\350\257\255\350\250\200\344\270\255\351\230\266/1.\344\271\235\351\230\264\347\234\237\347\273\217/8.\346\226\271\346\263\225/fun.json" @@ -1,6 +1,7 @@ { - "type": "code_options", - "author": "dengmengmian", - "source": "fun.md", - "notebook_enable": false + "type": "code_options", + "author": "dengmengmian", + "source": "fun.md", + "notebook_enable": false, + "exercise_id": "69782a1fa4654a28a889b09f79cf34d8" } \ No newline at end of file diff --git "a/data/2.Go\350\257\255\350\250\200\344\270\255\351\230\266/1.\344\271\235\351\230\264\347\234\237\347\273\217/9.\346\216\245\345\217\243/config.json" "b/data/2.Go\350\257\255\350\250\200\344\270\255\351\230\266/1.\344\271\235\351\230\264\347\234\237\347\273\217/9.\346\216\245\345\217\243/config.json" index 2f467b8..d542d27 100644 --- "a/data/2.Go\350\257\255\350\250\200\344\270\255\351\230\266/1.\344\271\235\351\230\264\347\234\237\347\273\217/9.\346\216\245\345\217\243/config.json" +++ "b/data/2.Go\350\257\255\350\250\200\344\270\255\351\230\266/1.\344\271\235\351\230\264\347\234\237\347\273\217/9.\346\216\245\345\217\243/config.json" @@ -1,7 +1,9 @@ { "keywords": [], "children": [], - "export": [], + "export": [ + "interface.json" + ], "keywords_must": [], "keywords_forbid": [], "group": 0, diff --git "a/data/2.Go\350\257\255\350\250\200\344\270\255\351\230\266/1.\344\271\235\351\230\264\347\234\237\347\273\217/9.\346\216\245\345\217\243/interface.json" "b/data/2.Go\350\257\255\350\250\200\344\270\255\351\230\266/1.\344\271\235\351\230\264\347\234\237\347\273\217/9.\346\216\245\345\217\243/interface.json" index cb28710..0f81cbc 100644 --- "a/data/2.Go\350\257\255\350\250\200\344\270\255\351\230\266/1.\344\271\235\351\230\264\347\234\237\347\273\217/9.\346\216\245\345\217\243/interface.json" +++ "b/data/2.Go\350\257\255\350\250\200\344\270\255\351\230\266/1.\344\271\235\351\230\264\347\234\237\347\273\217/9.\346\216\245\345\217\243/interface.json" @@ -1,6 +1,7 @@ { - "type": "code_options", - "author": "dengmengmian", - "source": "interface.md", - "notebook_enable": false + "type": "code_options", + "author": "dengmengmian", + "source": "interface.md", + "notebook_enable": false, + "exercise_id": "16535eb1bea04a6cb06ac9890a2dc56d" } \ No newline at end of file -- GitLab