Skip to content

Commit

Permalink
Remove unused directory reference.
Browse files Browse the repository at this point in the history
  • Loading branch information
knz committed Sep 2, 2022
1 parent 2c2c091 commit be16f7e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,3 @@ jobs:

- name: Test
run: go test ./...

- name: Build examples
run: go build -v ./...
working-directory: ./example
1 change: 0 additions & 1 deletion convert.go
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,6 @@ func snakeCase(s string) string {
var propRegistry = map[string]prop{}

type prop struct {
name string
setFn reflect.Value
unsetFn reflect.Value
isVariadic bool
Expand Down

0 comments on commit be16f7e

Please sign in to comment.