OSDN Git Service

Merge pull request #201 from Bytom/v0.1
[bytom/vapor.git] / vendor / github.com / pelletier / go-toml / example-crlf.toml
index 3d902f2..12950a1 100644 (file)
@@ -1,29 +1,29 @@
-# 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
+# This is a TOML document. Boom.\r
+\r
+title = "TOML Example"\r
+\r
+[owner]\r
+name = "Tom Preston-Werner"\r
+organization = "GitHub"\r
+bio = "GitHub Cofounder & CEO\nLikes tater tots and beer."\r
+dob = 1979-05-27T07:32:00Z # First class dates? Why not?\r
+\r
+[database]\r
+server = "192.168.1.1"\r
+ports = [ 8001, 8001, 8002 ]\r
+connection_max = 5000\r
+enabled = true\r
+\r
+[servers]\r
+\r
+  # You can indent as you please. Tabs or spaces. TOML don't care.\r
+  [servers.alpha]\r
+  ip = "10.0.0.1"\r
+  dc = "eqdc10"\r
+\r
+  [servers.beta]\r
+  ip = "10.0.0.2"\r
+  dc = "eqdc10"\r
+\r
+[clients]\r
+data = [ ["gamma", "delta"], [1, 2] ] # just an update to make sure parsers support it\r