Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 132 Bytes

main_go.md

File metadata and controls

10 lines (8 loc) · 132 Bytes

main.go

主入口文件。

调用 orderer.common.server 包中的 Main() 方法。

func main() {
	server.Main()
}