golang-concurrent-programming

所属分类:超算/并行计算
开发工具:GO
文件大小:0KB
下载次数:0
上传日期:2020-04-11 12:39:48
上 传 者sh-1993
说明:  golang并发编程,,
(golang concurrent programming,,)

文件列表:
.dockerignore (0, 2020-04-11)
Dockerfile (227, 2020-04-11)
alog.go (2104, 2020-04-11)
cmd/ (0, 2020-04-11)
cmd/main.go (1525, 2020-04-11)
go.mod (21, 2020-04-11)
module2_test.go (5506, 2020-04-11)
module3_test.go (2544, 2020-04-11)

To use the test runner: * navigate into the ./cmd directory * if run with the defaults (`go run .`), the application will run in asynchronous mode and write it's output directly to the shell * the `-out` flag allows a destination file to be specified * the `-async` flag determines if the logger will asynchronously or not. It is async by default, which will not work properly in the application's initial condition. To run the tests * use the `go test` command from the command line * to focus on a specific test, use the `-run` flag followed by a pattern that matches the test name * e.g. `go test -run MessageChannel` will run the first test of the first module * all tests for a given module can be run by passing the module identifier to the `-run` command * e.g. `go test -v -run Module1`

近期下载者

相关文件


收藏者