https://github.com/etcd-io/etcd
Revision 183af509f6c23af63eb7e9da266858ccf15742fc authored by James Blair on 20 February 2023, 08:33:59 UTC, committed by James Blair on 20 February 2023, 08:33:59 UTC
Signed-off-by: James Blair <mail@jamesblair.net>
1 parent 1bd8353
Raw File
Tip revision: 183af509f6c23af63eb7e9da266858ccf15742fc authored by James Blair on 20 February 2023, 08:33:59 UTC
Formatted source code for go 1.19.6.
Tip revision: 183af50
test
#!/usr/bin/env bash

echo -e "\\e[91mDEPRECATED!!! Use test.sh script instead.\\e[0m\\n"
sleep 1

source ./test.sh
back to top