feat: add scripts format (#811)

* feat: add scripts format

Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com>

* feat: add go work

Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com>

---------

Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com>
This commit is contained in:
Xinwei Xiong
2023-08-08 11:24:15 +08:00
committed by GitHub
parent 3836bf19d6
commit b26a979378
32 changed files with 797 additions and 12 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
#!/usr/bin/env bash
# Copyright © 2023 OpenIM. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -18,7 +19,7 @@
# Common utilities, variables and checks for all build scripts.
set -o errexit
set -o nounset
set +o nounset
set -o pipefail
# Unset CDPATH, having it set messes up with script import paths