github.com/GeniusesGroup/libgo@v0.0.0-20220929090155-5ff932cb408e/matn/init.go (about) 1 /* For license and copyright information please see LEGAL file in repository */ 2 3 package matn 4 5 import ( 6 "../protocol" 7 ) 8 9 func init() { 10 protocol.OS.RegisterMediaType(&indexPhraseStructure) 11 protocol.OS.RegisterMediaType(&indexWordStructure) 12 // protocol.OS.RegisterMediaType(&) 13 14 // protocol.App.RegisterService() 15 }