Merge shadowtls to library

This commit is contained in:
世界
2023-02-20 13:53:06 +08:00
parent 222196b182
commit 4135c4974f
55 changed files with 56 additions and 23338 deletions

View File

@@ -75,7 +75,8 @@ func init() {
list, err := dockerClient.ImageList(context.Background(), types.ImageListOptions{All: true})
if err != nil {
panic(err)
log.Warn(err)
return
}
imageExist := func(image string) bool {