Simplified
This commit is contained in:
+1
-1
@@ -25,7 +25,7 @@ type AStr struct {
|
||||
@PERM: ASD
|
||||
@VERB: POST
|
||||
*/
|
||||
func SomeAPI(ctx context.Context, s *AStr) (out *AStr, err error) {
|
||||
func SomeAPI(ctx context.Context, s *AStr, c int) (out *AStr, err error) {
|
||||
//print("Got:" + s)
|
||||
//out = time.Now().String() + " - Hey Ya!"
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user