Skip to content

Commit

Permalink
Merge pull request #1058 from Ryooooooga/feature/go-mod-icons
Browse files Browse the repository at this point in the history
add icons for go.mod and go.sum
  • Loading branch information
ariasuni authored Apr 29, 2022
2 parents 02f44c6 + 6197006 commit dceca33
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/output/icons.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ lazy_static! {
m.insert("Dockerfile", '\u{f308}'); // 
m.insert("ds_store", '\u{f179}'); // 
m.insert("gitignore_global", '\u{f1d3}'); // 
m.insert("go.mod", '\u{e626}'); // 
m.insert("go.sum", '\u{e626}'); // 
m.insert("gradle", '\u{e256}'); // 
m.insert("gruntfile.coffee", '\u{e611}'); // 
m.insert("gruntfile.js", '\u{e611}'); // 
Expand Down

0 comments on commit dceca33

Please sign in to comment.