Ocean/Robots/Init.go
2014-04-26 11:18:56 +02:00

11 lines
371 B
Go

package Robots
import "github.com/SommerEngineering/Ocean/ConfigurationDB"
import "github.com/SommerEngineering/Ocean/Log"
import LM "github.com/SommerEngineering/Ocean/Log/Meta"
func init() {
Log.LogShort(senderName, LM.CategorySYSTEM, LM.LevelINFO, LM.MessageNameSTARTUP, `Init the robots component.`)
robotsContent = ConfigurationDB.Read(`robots.txt`)
}