Updating server dependancies (#6712)
Этот коммит содержится в:
коммит произвёл
Corey Hulen
родитель
6b39c308d8
Коммит
42f28ab8e3
5
vendor/github.com/pelletier/go-toml/cmd/tomljson/main.go
сгенерированный
поставляемый
5
vendor/github.com/pelletier/go-toml/cmd/tomljson/main.go
сгенерированный
поставляемый
@@ -1,3 +1,8 @@
|
||||
// Tomljson reads TOML and converts to JSON.
|
||||
//
|
||||
// Usage:
|
||||
// cat file.toml | tomljson > file.json
|
||||
// tomljson file1.toml > file.json
|
||||
package main
|
||||
|
||||
import (
|
||||
|
||||
5
vendor/github.com/pelletier/go-toml/cmd/tomll/main.go
сгенерированный
поставляемый
5
vendor/github.com/pelletier/go-toml/cmd/tomll/main.go
сгенерированный
поставляемый
@@ -1,3 +1,8 @@
|
||||
// Tomll is a linter for TOML
|
||||
//
|
||||
// Usage:
|
||||
// cat file.toml | tomll > file_linted.toml
|
||||
// tomll file1.toml file2.toml # lint the two files in place
|
||||
package main
|
||||
|
||||
import (
|
||||
|
||||
Ссылка в новой задаче
Block a user