mirror of
https://github.com/go-gitea/gitea
synced 2025-07-18 00:08:35 +00:00
Use Go1.11 module (#5743)
* Migrate to go modules * make vendor * Update mvdan.cc/xurls * make vendor * Update code.gitea.io/git * make fmt-check * Update github.com/go-sql-driver/mysql * make vendor
This commit is contained in:
6
vendor/github.com/go-xorm/xorm/gen_reserved.sh
generated
vendored
Normal file
6
vendor/github.com/go-xorm/xorm/gen_reserved.sh
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
if [ -f $1 ];then
|
||||
cat $1| awk '{printf("\""$1"\":true,\n")}'
|
||||
else
|
||||
echo "argument $1 if not a file!"
|
||||
fi
|
Reference in New Issue
Block a user