Skip to content

Commit

Permalink
feat: go1.16 embed.FS (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
ubogdan authored Mar 20, 2023
1 parent 1a833f8 commit dedb217
Show file tree
Hide file tree
Showing 47 changed files with 203 additions and 745 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@master
- name: Set up Go
uses: actions/setup-go@v1
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go-versions }}
- name: test
Expand Down
7 changes: 2 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@ all: build
init:
git submodule update --init --recursive

.PHONY: deps
deps:
go install github.com/UnnoTed/[email protected]

.PHONY: build
build:
fileb0x fileb0x/b0x.yaml
rm -rf dist/*
cp -r swagger-ui/dist/* dist/
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@

Generate swagger ui embedded files by using:
```
make
make
```
139 changes: 0 additions & 139 deletions ab0x.go

This file was deleted.

30 changes: 0 additions & 30 deletions b0xfile__favicon-16x16.png.go

This file was deleted.

30 changes: 0 additions & 30 deletions b0xfile__favicon-32x32.png.go

This file was deleted.

30 changes: 0 additions & 30 deletions b0xfile__index.css.go

This file was deleted.

30 changes: 0 additions & 30 deletions b0xfile__index.html.go

This file was deleted.

Loading

0 comments on commit dedb217

Please sign in to comment.