Improving

This commit is contained in:
2021-11-28 19:08:32 -03:00
parent 984592b7fd
commit 3cc08c6bb9
6 changed files with 101 additions and 16 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ type AStr struct {
@PERM: ASD
@VERB: POST
*/
func SomeAPI(ctx context.Context, s *AStr, c int) (out *AStr, err error) {
func SomeAPI(ctx context.Context, s *AStr) (out *AStr, err error) {
//print("Got:" + s)
//out = time.Now().String() + " - Hey Ya!"
return