this repo has no description

icons: add go.mod, go.sum

rockorager.dev 81873fee 0952f914

verified
+3 -1
+3 -1
src/main.zig
··· 981 981 const zig: Icon = .{ .icon = "", .color = "\x1b[38:2:247:164:29m" }; 982 982 983 983 const by_name: std.StaticStringMap(Icon) = .initComptime(.{ 984 - .{"flake.lock", Icon.nix}, 984 + .{ "flake.lock", Icon.nix }, 985 + .{ "go.mod", Icon.go }, 986 + .{ "go.sum", Icon.go }, 985 987 }); 986 988 987 989 const by_extension: std.StaticStringMap(Icon) = .initComptime(.{