mirror of
https://github.com/alm494/sql_proxy.git
synced 2026-04-26 19:41:50 +02:00
added kardianos/service lic
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
PROJECT_NAME := sql-proxy
|
||||
BUILD_VERSION := 1.3.1
|
||||
BUILD_VERSION := 1.4.1
|
||||
BUILD_TIME := $(shell date -u '+%Y-%m-%d_%H:%M:%S')
|
||||
BUILD_DIR := build
|
||||
GO_FILES := src/main.go
|
||||
|
||||
@@ -40,13 +40,13 @@ Note that this service is not limited to 1C and can be utilized in other context
|
||||
|
||||
## API description
|
||||
|
||||
Current API version is 1.2. See Swagger OpenAPI 3.0 specification in src/docs/api
|
||||
Current API version is 1.3. See Swagger OpenAPI 3.0 specification in src/docs/api
|
||||
|
||||

|
||||
|
||||
## How to compile
|
||||
|
||||
Current version is 1.3.1. Execute in the command line:
|
||||
Current version is 1.4.1. Execute in the command line:
|
||||
|
||||
```
|
||||
make prod
|
||||
|
||||
+2
-2
@@ -45,13 +45,13 @@
|
||||
|
||||
## Описание API
|
||||
|
||||
Текущая версия API: 1.2. См. спецификацию Swagger OpenAPI 3.0 в папке src/docs/api
|
||||
Текущая версия API: 1.3. См. спецификацию Swagger OpenAPI 3.0 в папке src/docs/api
|
||||
|
||||

|
||||
|
||||
## Как скомпилировать
|
||||
|
||||
Номер текущей версии: 1.3.1. Выполнить в командной строке:
|
||||
Номер текущей версии: 1.4.1. Выполнить в командной строке:
|
||||
|
||||
```
|
||||
make prod
|
||||
|
||||
@@ -1358,3 +1358,27 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
/////////////////////////////////////////////
|
||||
// github.com/kardianos/service
|
||||
/////////////////////////////////////////////
|
||||
|
||||
Copyright (c) 2015 Daniel Theophanes
|
||||
|
||||
This software is provided 'as-is', without any express or implied
|
||||
warranty. In no event will the authors be held liable for any damages
|
||||
arising from the use of this software.
|
||||
|
||||
Permission is granted to anyone to use this software for any purpose,
|
||||
including commercial applications, and to alter it and redistribute it
|
||||
freely, subject to the following restrictions:
|
||||
|
||||
1. The origin of this software must not be misrepresented; you must not
|
||||
claim that you wrote the original software. If you use this software
|
||||
in a product, an acknowledgment in the product documentation would be
|
||||
appreciated but is not required.
|
||||
|
||||
2. Altered source versions must be plainly marked as such, and must not be
|
||||
misrepresented as being the original software.
|
||||
|
||||
3. This notice may not be removed or altered from any source
|
||||
distribution.
|
||||
Reference in New Issue
Block a user