fixed constant iotas

This commit is contained in:
Manuel Carmona 2017-04-17 12:00:50 +02:00
parent 92cd8c6976
commit b277944b2a
5 changed files with 21 additions and 21 deletions

View File

@ -6,10 +6,10 @@ package slinguist
const (
TypeUnknown = iota
TypeData = iota
TypeProgramming = iota
TypeMarkup = iota
TypeProse = iota
TypeData
TypeProgramming
TypeMarkup
TypeProse
)
func GetLanguageType(language string) (langType int) {

View File

@ -6,10 +6,10 @@ package slinguist
const (
TypeUnknown = iota
TypeData = iota
TypeProgramming = iota
TypeMarkup = iota
TypeProse = iota
TypeData
TypeProgramming
TypeMarkup
TypeProse
)
func GetLanguageType(language string) (langType int) {

View File

@ -6,10 +6,10 @@ package slinguist
const (
TypeUnknown = iota
TypeData = iota
TypeProgramming = iota
TypeMarkup = iota
TypeProse = iota
TypeData
TypeProgramming
TypeMarkup
TypeProse
)
func GetLanguageType(language string) (langType int) {

View File

@ -6,10 +6,10 @@ package slinguist
const (
TypeUnknown = iota
TypeData = iota
TypeProgramming = iota
TypeMarkup = iota
TypeProse = iota
TypeData
TypeProgramming
TypeMarkup
TypeProse
)
func GetLanguageType(language string) (langType int) {

View File

@ -6,10 +6,10 @@ package slinguist
const (
TypeUnknown = iota
TypeData = iota
TypeProgramming = iota
TypeMarkup = iota
TypeProse = iota
TypeData
TypeProgramming
TypeMarkup
TypeProse
)
func GetLanguageType(language string) (langType int) {