You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
功能说明
一、分享代码
用户编写一段代码,能够生成分享链接,其他人打开链接能看到他分享的代码,一期只支持单文件代码以及vue代码
比如用户写了一个go函数用来输出 helloword
func helloword(){ fmt.Println("hello world")
用户点击分享按钮,生成url 类似 kubecit.com/codeshare/golang/asdjfaljfjkdak ,其他用户点击可以查看代码,类似golang playground
二、闯关任务
类似 leetcode 和 https://exercism.org/tracks/go/exercises/two-fer/edit
三、真实项目
引导用户使用 kratos 创建go web 项目,开发功能,需要完成的 web IDE,fork 等功能
参考:
博客
https://juejin.cn/post/7107157941785985031 博客
https://juejin.cn/post/7085224136980561927
视频
https://www.bilibili.com/video/BV1hv4y1s7nm/?spm_id_from=333.337.search-card.all.click&vd_source=de31f61f6a62c5146ef7df3e50b6c5c6
在线体验
https://blog.maxiaobo.com.cn/base-editor/build/index.html
https://code.juejin.cn/ 码上掘进
Beta Was this translation helpful? Give feedback.
All reactions