Skip to content

Commit

Permalink
go fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
wakeful committed Dec 2, 2017
1 parent c9b2843 commit 78b7fdf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion yaml2json.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
package main

import (
"github.com/go-yaml/yaml"

"encoding/json"
"fmt"
"github.com/go-yaml/yaml"
"log"
)

Expand Down

0 comments on commit 78b7fdf

Please sign in to comment.