Guest User

Untitled

a guest
Apr 25th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. c.JSON(http.StatusOK, gin.H{
  2. "Total des moto": len(moto),
  3. "Annonces trouvées ": moto,
  4. })
  5.  
  6. jsonformat , _ :=json.Marshal(moto)
  7. fmt.println(jsonformat) // just to show it's good or not
Add Comment
Please, Sign In to add comment