소스 검색

include log command

Darien Raymond 7 년 전
부모
커밋
94125236e6
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      main/distro/all/all.go

+ 1 - 0
main/distro/all/all.go

@@ -10,6 +10,7 @@ import (
 
 	// Default commander and all its services.
 	_ "v2ray.com/core/app/commander"
+	_ "v2ray.com/core/app/log/command"
 	_ "v2ray.com/core/app/proxyman/command"
 
 	// Other optional features.