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