mirror of
https://github.com/postmannen/ctrl.git
synced 2025-03-15 02:47:43 +00:00
7 lines
77 B
Go
7 lines
77 B
Go
package steward
|
|
|
|
func requestTest() {
|
|
type test struct {
|
|
want []byte
|
|
}
|
|
}
|