Add: pages, text component

This commit is contained in:
Andrey Egorov
2024-09-29 21:09:59 +03:00
parent bad142a565
commit a4fda8303b
13 changed files with 504 additions and 84 deletions

View File

@ -9,10 +9,13 @@ build:
@go build -o out/out main.go
export GO111MODULE=on
export GOPRIVATE=gitea.unprism.ru/KRBL/*
export GOPRIVATE=gitea.unprism.ru/KRBL/*\
# In my case even setting up "url.git@gitea.unprism.ru:8022/.insteadof=https://gitea.unprism.ru/" did not help and git continued to use https instead of ssh
# So just go to config(location is listed in error message) and change the URL yourself
get:
go get .
update:
go env
go get -u