diff --git "a/data/2.Go\350\257\255\350\250\200\344\270\255\351\230\266/2.\344\273\273\347\235\243\344\272\214\350\204\211/2.channel/channel.json" "b/data/2.Go\350\257\255\350\250\200\344\270\255\351\230\266/2.\344\273\273\347\235\243\344\272\214\350\204\211/2.channel/channel.json" index 70ad1f96c849c22e0f7bd41bb9fd96947828806e..6ce3f78305bfa74aedaf5df2471a5cd834880d96 100644 --- "a/data/2.Go\350\257\255\350\250\200\344\270\255\351\230\266/2.\344\273\273\347\235\243\344\272\214\350\204\211/2.channel/channel.json" +++ "b/data/2.Go\350\257\255\350\250\200\344\270\255\351\230\266/2.\344\273\273\347\235\243\344\272\214\350\204\211/2.channel/channel.json" @@ -1,6 +1,7 @@ { - "type": "code_options", - "author": "dengmengmian", - "source": "channel.md", - "notebook_enable": false + "type": "code_options", + "author": "dengmengmian", + "source": "channel.md", + "notebook_enable": false, + "exercise_id": "bc63fb0f508944b7a881813cd3bba516" } \ No newline at end of file diff --git "a/data/2.Go\350\257\255\350\250\200\344\270\255\351\230\266/2.\344\273\273\347\235\243\344\272\214\350\204\211/2.channel/config.json" "b/data/2.Go\350\257\255\350\250\200\344\270\255\351\230\266/2.\344\273\273\347\235\243\344\272\214\350\204\211/2.channel/config.json" index 4ea97f3743d91cd4c7bd1f871363940b20406351..d0a63809ef2e5fb4067279e06765c5e72a60ed7f 100644 --- "a/data/2.Go\350\257\255\350\250\200\344\270\255\351\230\266/2.\344\273\273\347\235\243\344\272\214\350\204\211/2.channel/config.json" +++ "b/data/2.Go\350\257\255\350\250\200\344\270\255\351\230\266/2.\344\273\273\347\235\243\344\272\214\350\204\211/2.channel/config.json" @@ -2,7 +2,9 @@ "node_id": "go-bb61bd3928e04b1ab7336ed3a17ba048", "keywords": [], "children": [], - "export": [], + "export": [ + "channel.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/2.\344\273\273\347\235\243\344\272\214\350\204\211/3.Mutex(\344\272\222\346\226\245\351\224\201)/config.json" "b/data/2.Go\350\257\255\350\250\200\344\270\255\351\230\266/2.\344\273\273\347\235\243\344\272\214\350\204\211/3.Mutex(\344\272\222\346\226\245\351\224\201)/config.json" index 0c431df0ccabec88d43fe5571b38885145bf6bfc..697159e9abb1a0e6391c3952b6d50cefb436f263 100644 --- "a/data/2.Go\350\257\255\350\250\200\344\270\255\351\230\266/2.\344\273\273\347\235\243\344\272\214\350\204\211/3.Mutex(\344\272\222\346\226\245\351\224\201)/config.json" +++ "b/data/2.Go\350\257\255\350\250\200\344\270\255\351\230\266/2.\344\273\273\347\235\243\344\272\214\350\204\211/3.Mutex(\344\272\222\346\226\245\351\224\201)/config.json" @@ -2,7 +2,9 @@ "node_id": "go-6fa21fe2cd834de89acdcbdbf79aa675", "keywords": [], "children": [], - "export": [], + "export": [ + "mutex.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/2.\344\273\273\347\235\243\344\272\214\350\204\211/3.Mutex(\344\272\222\346\226\245\351\224\201)/mutex.json" "b/data/2.Go\350\257\255\350\250\200\344\270\255\351\230\266/2.\344\273\273\347\235\243\344\272\214\350\204\211/3.Mutex(\344\272\222\346\226\245\351\224\201)/mutex.json" index 1b2e7bfd80975d84909b95f6ef11ff888e4f9d9d..7b166f6d4816c4388845d17c56cfe3c16de4abe9 100644 --- "a/data/2.Go\350\257\255\350\250\200\344\270\255\351\230\266/2.\344\273\273\347\235\243\344\272\214\350\204\211/3.Mutex(\344\272\222\346\226\245\351\224\201)/mutex.json" +++ "b/data/2.Go\350\257\255\350\250\200\344\270\255\351\230\266/2.\344\273\273\347\235\243\344\272\214\350\204\211/3.Mutex(\344\272\222\346\226\245\351\224\201)/mutex.json" @@ -1,6 +1,7 @@ { - "type": "code_options", - "author": "dengmengmian", - "source": "mutex.md", - "notebook_enable": false + "type": "code_options", + "author": "dengmengmian", + "source": "mutex.md", + "notebook_enable": false, + "exercise_id": "bcf5aa53779245bd9d6f92838d5104b0" } \ No newline at end of file diff --git "a/data/2.Go\350\257\255\350\250\200\344\270\255\351\230\266/2.\344\273\273\347\235\243\344\272\214\350\204\211/4.\346\263\233\345\236\213/config.json" "b/data/2.Go\350\257\255\350\250\200\344\270\255\351\230\266/2.\344\273\273\347\235\243\344\272\214\350\204\211/4.\346\263\233\345\236\213/config.json" index 9f79f6b437b82c0497aa8824dc663fc42a1879f8..a27236cb2df2ffe4d74f85b2e919eedff1114c99 100644 --- "a/data/2.Go\350\257\255\350\250\200\344\270\255\351\230\266/2.\344\273\273\347\235\243\344\272\214\350\204\211/4.\346\263\233\345\236\213/config.json" +++ "b/data/2.Go\350\257\255\350\250\200\344\270\255\351\230\266/2.\344\273\273\347\235\243\344\272\214\350\204\211/4.\346\263\233\345\236\213/config.json" @@ -2,7 +2,9 @@ "node_id": "go-4a924c3f562e4d1caafe23babb475797", "keywords": [], "children": [], - "export": [], + "export": [ + "generic.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/2.\344\273\273\347\235\243\344\272\214\350\204\211/4.\346\263\233\345\236\213/generic.json" "b/data/2.Go\350\257\255\350\250\200\344\270\255\351\230\266/2.\344\273\273\347\235\243\344\272\214\350\204\211/4.\346\263\233\345\236\213/generic.json" index 45c318c638a2a22e49fdda63a65b516193c3b30d..a35fa7a3d354c52f9736ff8debed773539f33da3 100644 --- "a/data/2.Go\350\257\255\350\250\200\344\270\255\351\230\266/2.\344\273\273\347\235\243\344\272\214\350\204\211/4.\346\263\233\345\236\213/generic.json" +++ "b/data/2.Go\350\257\255\350\250\200\344\270\255\351\230\266/2.\344\273\273\347\235\243\344\272\214\350\204\211/4.\346\263\233\345\236\213/generic.json" @@ -1,6 +1,7 @@ { - "type": "code_options", - "author": "dengmengmian", - "source": "generic.md", - "notebook_enable": false + "type": "code_options", + "author": "dengmengmian", + "source": "generic.md", + "notebook_enable": false, + "exercise_id": "c8e3219cba1d4fb889ec3a24be75aff0" } \ No newline at end of file