mirror of
https://github.com/edoardottt/cariddi.git
synced 2026-09-22 17:44:58 +02:00
9 lines
152 B
Go
9 lines
152 B
Go
package input
|
|
|
|
//CheckDataPost
|
|
func CheckDataPost(input string) (map[string]string, error) {
|
|
|
|
// ===== TODO =======
|
|
return map[string]string{}, nil
|
|
}
|