robots_txt_file.go 77 B

1234
  1. package template
  2. var VarRobotsTxtFile = []byte(`User-agent: *
  3. Disallow: /`)