Skip to content

Commit

Permalink
2024.07.01
Browse files Browse the repository at this point in the history
  • Loading branch information
taomujian committed Jul 1, 2024
1 parent e248f57 commit 9dcf254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2024-06-30-Sliver框架代码学习(二).md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ limits.ExecLimits()是来根据一些条件来判断是否要继续执行还是

然后根据配置决定是进行session模式还是进入Beacon模式.

```
```Go
// {{if .Config.IsService}}
svc.Run("", &sliverService{})
// {{else}}
Expand Down

0 comments on commit 9dcf254

Please sign in to comment.