Skip to content

Instantly share code, notes, and snippets.

@shimastripe
Created August 23, 2016 11:02
Show Gist options
  • Save shimastripe/78760d8017999bfe1509ca1c60c141dc to your computer and use it in GitHub Desktop.
Save shimastripe/78760d8017999bfe1509ca1c60c141dc to your computer and use it in GitHub Desktop.
if version.Range(ver, "<", "1.0.0") {
// conditional branch by version.
// this version < 1.0.0 !!
c.JSON(400, gin.H{"error": "this version (< 1.0.0) is not supported!"})
return
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment