├── LICENSE ├── README.md ├── example └── normal.go ├── file.go ├── fun_test.go ├── handler.go ├── http.go ├── init.go └── pic ├── windows_auto.png ├── windows_auto_comsu.png ├── windows_manu.png └── windows_manu_consumer.png /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V-I-C-T-O-R/gorc/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V-I-C-T-O-R/gorc/HEAD/README.md -------------------------------------------------------------------------------- /example/normal.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V-I-C-T-O-R/gorc/HEAD/example/normal.go -------------------------------------------------------------------------------- /file.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V-I-C-T-O-R/gorc/HEAD/file.go -------------------------------------------------------------------------------- /fun_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V-I-C-T-O-R/gorc/HEAD/fun_test.go -------------------------------------------------------------------------------- /handler.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V-I-C-T-O-R/gorc/HEAD/handler.go -------------------------------------------------------------------------------- /http.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V-I-C-T-O-R/gorc/HEAD/http.go -------------------------------------------------------------------------------- /init.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V-I-C-T-O-R/gorc/HEAD/init.go -------------------------------------------------------------------------------- /pic/windows_auto.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V-I-C-T-O-R/gorc/HEAD/pic/windows_auto.png -------------------------------------------------------------------------------- /pic/windows_auto_comsu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V-I-C-T-O-R/gorc/HEAD/pic/windows_auto_comsu.png -------------------------------------------------------------------------------- /pic/windows_manu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V-I-C-T-O-R/gorc/HEAD/pic/windows_manu.png -------------------------------------------------------------------------------- /pic/windows_manu_consumer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V-I-C-T-O-R/gorc/HEAD/pic/windows_manu_consumer.png --------------------------------------------------------------------------------