mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
5 lines
80 B
Bash
5 lines
80 B
Bash
#!/bin/sh
|
|
|
|
[ "$1" = golang ] || exit 0
|
|
|
|
go version | grep -F " go$PKG_VERSION "
|