6 lines
164 B
Go
6 lines
164 B
Go
|
// Copyright © 2022 Roberto Hidalgo <joao@un.rob.mx>
|
||
|
// SPDX-License-Identifier: Apache-2.0
|
||
|
package cmd
|
||
|
|
||
|
var fileExtensions = []string{"joao.yaml", "yaml", "yml"}
|