Skip to content

Commit acb549c

Browse files
committed
💡 Documenting source code.
1 parent 09bf472 commit acb549c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README-ZH.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
## 目标
2424
提供类似于以脚本形式编写 Go 语言的能力,保留 Go 语言优点(goroutine等),新增更多易用性的语法糖。
2525

26-
> 当前版本仅供学习与实验
26+
> 当前为 Alpha 版本仅供学习与实验
2727
2828
运行:
2929

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@
2222

2323
This is a **statically and strongly** typed language written in Go, the syntax of Java and Go is referenced.
2424

25-
> The current version is for study and experimentation only.
25+
## Target
26+
Provides the ability to write Go language in script form, retains the advantages of Go language (goroutine, etc.), and adds more syntactic sugar for ease of use.
27+
28+
> The current Alpha version is for study and experimentation only.
2629
2730
hello_world.gs:
2831

0 commit comments

Comments
 (0)