Skip to content
Snippets Groups Projects
Select Git revision
  • 0089e89092373333d78b18a3c91a4e7753d6a698
  • master default protected
  • renovate/golangci-golangci-lint-2.x
  • renovate/github.com-prometheus-procfs-0.x
  • renovate/golang.org-x-sys-0.x
  • renovate/golang.org-x-net-0.x
  • renovate/google.golang.org-grpc-1.x
  • renovate/google.golang.org-protobuf-1.x
  • renovate/github.com-spf13-viper-1.x
  • renovate/github.com-openconfig-ygot-0.x
  • renovate/github.com-spf13-cobra-1.x
  • renovate/github.com-openconfig-goyang-1.x
  • ca-file-in-manual-fix
  • interface-enabled-test
  • dummy-target
  • unmarshal-set-request
  • setup-goreleaser
  • wg4-kms-setup
18 results

supportedPaths.go

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    example-crlf.toml 645 B
    # This is a TOML document. Boom.
    
    title = "TOML Example"
    
    [owner]
    name = "Tom Preston-Werner"
    organization = "GitHub"
    bio = "GitHub Cofounder & CEO\nLikes tater tots and beer."
    dob = 1979-05-27T07:32:00Z # First class dates? Why not?
    
    [database]
    server = "192.168.1.1"
    ports = [ 8001, 8001, 8002 ]
    connection_max = 5000
    enabled = true
    
    [servers]
    
      # You can indent as you please. Tabs or spaces. TOML don't care.
      [servers.alpha]
      ip = "10.0.0.1"
      dc = "eqdc10"
    
      [servers.beta]
      ip = "10.0.0.2"
      dc = "eqdc10"
    
    [clients]
    data = [ ["gamma", "delta"], [1, 2] ] # just an update to make sure parsers support it