Ocean/Robots/Variables.go

10 lines
189 B
Go
Raw Normal View History

package Robots
import LM "github.com/SommerEngineering/Ocean/Log/Meta"
var (
senderName LM.Sender = `System::Robots`
robotsContent string = `User-agent: *
Disallow: /`
)