Skip to content
This repository has been archived by the owner on Aug 16, 2022. It is now read-only.

Commit

Permalink
fix: layers have their own tags separate from the scene (#90)
Browse files Browse the repository at this point in the history
Co-authored-by: HideBa <HideBa@users.noreply.github.com>
Co-authored-by: rot1024 <aayhrot@gmail.com>
  • Loading branch information
3 people authored Dec 17, 2021
1 parent 63c5823 commit c4fb9a5
Show file tree
Hide file tree
Showing 41 changed files with 2,857 additions and 763 deletions.
3 changes: 0 additions & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
{
"editor.formatOnSave": true,
"go.lintTool": "golangci-lint",
"go.lintFlags": [
"--fast"
],
"yaml.format.enable": true,
"yaml.completion": true,
"yaml.validate": true,
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ gen:
go generate ./...

gen/gql:
go generate ./internal/graphql
go generate ./internal/adapter/gql

gen/builtin:
go generate ./pkg/builtin
Expand Down
Loading

0 comments on commit c4fb9a5

Please sign in to comment.