Skip to content

Commit

Permalink
消除ko的头部注释
Browse files Browse the repository at this point in the history
  • Loading branch information
tedjmzhang committed Sep 24, 2024
1 parent e1a5994 commit bb97c4c
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 33 deletions.
10 changes: 1 addition & 9 deletions src/backend/go/index.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
<!--
* @Author: tedjmzhang [email protected]
* @Date: 2024-07-06 00:05:53
* @LastEditors: tedjmzhang [email protected]
* @LastEditTime: 2024-07-06 16:57:43
* @FilePath: /webpack-org/blog/src/backend/go/index.md
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
-->
go
# go

- 流程大概
1. 使用`go mod init example/hello`创建module,命令会创建一个go.mod文件,文件包含包module名称
Expand Down
8 changes: 0 additions & 8 deletions src/frontend/library/typescript/index.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
<!--
* @Author: tedjmzhang [email protected]
* @Date: 2024-07-03 18:06:36
* @LastEditors: tedjmzhang [email protected]
* @LastEditTime: 2024-08-24 16:48:08
* @FilePath: /code/webpack-org/blog/src/frontend/library/typescript/index.md
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
-->
# typescript

1. declare:因为有一些三方库是使用javascript写的,但是我们要在typescript里面引用该库,
Expand Down
8 changes: 0 additions & 8 deletions src/frontend/library/vue/index.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
<!--
* @Author: tedjmzhang [email protected]
* @Date: 2024-08-20 23:03:03
* @LastEditors: tedjmzhang [email protected]
* @LastEditTime: 2024-08-21 00:22:45
* @FilePath: /blog/src/frontend/library/vue/index.md
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
-->
# vue源码解析

- compiler-core
Expand Down
8 changes: 0 additions & 8 deletions src/frontend/library/webpack/index.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
<!--
* @Author: tedjmzhang [email protected]
* @Date: 2024-07-03 18:06:36
* @LastEditors: tedjmzhang [email protected]
* @LastEditTime: 2024-08-12 01:04:44
* @FilePath: /code/webpack-org/blog/src/frontend/library/webpack/index.md
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
-->
# webpack 源码解析

## 带着问题看源码
Expand Down

0 comments on commit bb97c4c

Please sign in to comment.