package Robots

import (
	LM "github.com/SommerEngineering/Ocean/Log/Meta"
)

var (
	senderName    LM.Sender = `System::Robots` // This is the name for logging event from this package
	robotsContent string    = `User-agent: *
Disallow: /`
)