mirror of
https://github.com/postmannen/ctrl.git
synced 2024-12-14 12:37:31 +00:00
8 lines
77 B
Go
8 lines
77 B
Go
|
package steward
|
||
|
|
||
|
func requestTest() {
|
||
|
type test struct {
|
||
|
want []byte
|
||
|
}
|
||
|
}
|