Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
{ pkgs, depot, ... }:
depot.nix.buildGo.program {
name = "run";
srcs = [
./main.go
];
deps = with depot.users.wpcarro.gopkgs; [
utils
}