From 3fd0971cc09f9eaae81ff54b1d9a177ef5f6879e Mon Sep 17 00:00:00 2001 From: luxin Date: Mon, 15 Aug 2022 16:19:02 +0800 Subject: [PATCH] run python main.py --- .../2.channel/channel.json" | 9 +++++---- .../2.channel/config.json" | 4 +++- .../config.json" | 4 +++- .../mutex.json" | 9 +++++---- .../4.\346\263\233\345\236\213/config.json" | 4 +++- .../4.\346\263\233\345\236\213/generic.json" | 9 +++++---- 6 files changed, 24 insertions(+), 15 deletions(-) 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 70ad1f9..6ce3f78 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 4ea97f3..d0a6380 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 0c431df..697159e 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 1b2e7bf..7b166f6 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 9f79f6b..a27236c 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 45c318c..a35fa7a 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 -- GitLab