1
0

Move upstream to code.dumpstack.io

This commit is contained in:
2019-02-02 21:24:29 +00:00
committed by Mikhail Klementev
parent fb9b03029b
commit 144a8547bc
7 changed files with 18 additions and 16 deletions

3
gen.go
View File

@ -7,8 +7,9 @@ package main
import (
"fmt"
"github.com/jollheef/out-of-tree/config"
"github.com/naoina/toml"
"code.dumpstack.io/tools/out-of-tree/config"
)
func genConfig(at config.ArtifactType) (err error) {