Exemple #1
0
Fichier : api.go Projet : sangba/im
func addgrp(w http.ResponseWriter, r *http.Request) {
	grp := api.Group{}
	grp.AddGrp(w, r)
}