5 lines
58 B
Shell
Executable file
5 lines
58 B
Shell
Executable file
#!/usr/bin/env bash
|
|
|
|
set -euo pipefail
|
|
|
|
go doc "$@" | bat
|