Skip to content

Commit 84b7688

Browse files
author
奇淼(piexlmax
authored
Update README.md
1 parent e954736 commit 84b7688

File tree

1 file changed

+16
-10
lines changed

1 file changed

+16
-10
lines changed

README.md

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,23 @@ DongTai-agent-go is the data collection terminal developed by **Dongtai IAST** f
2121

2222
DongTai-agent-go is composed of three main parts: `core`, `run`, and `service`, among which:
2323

24-
-`run` is used to run the agent of the package that needs to be instrumented on demand
25-
-`core` is the core package, and its main functions are: bytecode instrumentation, data collection, data preprocessing, data reporting, third-party component management, etc.
26-
-`service` is used to obtain the request sent by the application and the response received, for data display and request replay function.
24+
`run` is used to run the agent of the package that needs to be instrumented on demand
25+
26+
`core` is the core package, and its main functions are: bytecode instrumentation, data collection, data preprocessing, data reporting, third-party component management, etc.
27+
28+
`service` is used to obtain the request sent by the application and the response received, for data display and request replay function.
2729

2830
## Application scenario
2931

30-
-DevOps process
31-
-Safety test before going live
32-
-Third-party component management
33-
-Code audit
34-
-0 Day mining
32+
DevOps process
33+
34+
Safety test before going live
3535

36+
Third-party component management
37+
38+
Code audit
39+
40+
0 Day mining
3641

3742
## Get started quickly
3843

@@ -54,5 +59,6 @@ Please refer to: [Quick Start](https://doc.dongtai.io)
5459

5560
#### Supported Go versions and middleware
5661

57-
-Go 1.11+
58-
-Gin, Gorm and other mainstream software and middleware
62+
Go 1.11+
63+
64+
Gin, Gorm and other mainstream software and middleware

0 commit comments

Comments
 (0)