Ocean/Robots/Variables.go

12 lines
252 B
Go
Raw Normal View History

package Robots
import (
LM "github.com/SommerEngineering/Ocean/Log/Meta"
)
var (
2015-06-17 15:44:52 +00:00
senderName LM.Sender = `System::Robots` // This is the name for logging event from this package
robotsContent string = `User-agent: *
Disallow: /`
)