Skip to content

Commit

Permalink
m
Browse files Browse the repository at this point in the history
  • Loading branch information
komuw committed Mar 1, 2024
1 parent 3610811 commit 62abe83
Show file tree
Hide file tree
Showing 75 changed files with 266 additions and 266 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:

- name: tests and benchmarks
run: |
go test -count=1 -timeout 1m --exec=/bin/true ./...
go test -count=1 -timeout 1m --exec=/bin/true -trimpath ./...
run_tests:
Expand All @@ -104,8 +104,8 @@ jobs:

- name: tests and benchmarks
run: |
go test -timeout 1m -race -run=XXXX -bench=. ./...
go test -timeout 4m -race ./...
go test -timeout 1m -race -run=XXXX -bench=. -trimpath ./...
go test -timeout 4m -race -trimpath ./...
- name: test coverage
run: |
Expand All @@ -117,7 +117,7 @@ jobs:
shasum --algorithm 512 --check <(curl -s "https://raw.githubusercontent.com/codecov/codecov-bash/${VERSION}/SHA512SUM" | grep codecov)
rm -rf codecov
go test -timeout 4m -race -cover -coverprofile=coverage.out ./... && bash <(curl -s https://codecov.io/bash)
go test -timeout 4m -race -cover -coverprofile=coverage.out -trimpath ./... && bash <(curl -s https://codecov.io/bash)
go tool cover -html=coverage.out -o coverage.html
go tool cover -func=coverage.out
Expand Down Expand Up @@ -193,7 +193,7 @@ jobs:
find . -name "*.go" | xargs -n 1 sed -i.backup 's/sync.Mutex/deadlock.Mutex/'
find . -name '*.backup' -delete
/home/runner/go/bin/goimports -w .
go test -timeout 4m -race ./...
go test -timeout 4m -race -trimpath ./...
go mod tidy

# error shadowing
Expand Down
8 changes: 4 additions & 4 deletions testdata/e2e_test/&SomeConcreteError.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ STACK_TRACE: [
thirdParty: yellow
yours: red

 /home/komu/mystuff/kama/kama.go:129 github.com/komuw/kama.Dir
 /home/komu/mystuff/kama/e2e_test.go:471 github.com/komuw/kama_test.TestAllAboutInterfaces.func1.1
 /usr/local/go/src/testing/testing.go:1689 testing.tRunner
 /usr/local/go/src/runtime/asm_amd64.s:1695 runtime.goexit
 github.com/komuw/kama/kama.go:129 github.com/komuw/kama.Dir
 github.com/komuw/kama/e2e_test.go:471 github.com/komuw/kama_test.TestAllAboutInterfaces.func1.1
 testing/testing.go:1689 testing.tRunner
 runtime/asm_amd64.s:1695 runtime.goexit
]
SNIPPET: &error(unable to read from ftp file)
]
8 changes: 4 additions & 4 deletions testdata/e2e_test/NilEmptyInterface.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ STACK_TRACE: [
thirdParty: yellow
yours: red

 /home/komu/mystuff/kama/kama.go:85 github.com/komuw/kama.Dir
 /home/komu/mystuff/kama/e2e_test.go:471 github.com/komuw/kama_test.TestAllAboutInterfaces.func1.1
 /usr/local/go/src/testing/testing.go:1689 testing.tRunner
 /usr/local/go/src/runtime/asm_amd64.s:1695 runtime.goexit
 github.com/komuw/kama/kama.go:85 github.com/komuw/kama.Dir
 github.com/komuw/kama/e2e_test.go:471 github.com/komuw/kama_test.TestAllAboutInterfaces.func1.1
 testing/testing.go:1689 testing.tRunner
 runtime/asm_amd64.s:1695 runtime.goexit
]
SNIPPET: nil
]
8 changes: 4 additions & 4 deletions testdata/e2e_test/NonNilEmptyInterface.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ STACK_TRACE: [
thirdParty: yellow
yours: red

 /home/komu/mystuff/kama/kama.go:129 github.com/komuw/kama.Dir
 /home/komu/mystuff/kama/e2e_test.go:471 github.com/komuw/kama_test.TestAllAboutInterfaces.func1.1
 /usr/local/go/src/testing/testing.go:1689 testing.tRunner
 /usr/local/go/src/runtime/asm_amd64.s:1695 runtime.goexit
 github.com/komuw/kama/kama.go:129 github.com/komuw/kama.Dir
 github.com/komuw/kama/e2e_test.go:471 github.com/komuw/kama_test.TestAllAboutInterfaces.func1.1
 testing/testing.go:1689 testing.tRunner
 runtime/asm_amd64.s:1695 runtime.goexit
]
SNIPPET: int(9)
]
8 changes: 4 additions & 4 deletions testdata/e2e_test/SomeConcreteError.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ STACK_TRACE: [
thirdParty: yellow
yours: red

 /home/komu/mystuff/kama/kama.go:129 github.com/komuw/kama.Dir
 /home/komu/mystuff/kama/e2e_test.go:471 github.com/komuw/kama_test.TestAllAboutInterfaces.func1.1
 /usr/local/go/src/testing/testing.go:1689 testing.tRunner
 /usr/local/go/src/runtime/asm_amd64.s:1695 runtime.goexit
 github.com/komuw/kama/kama.go:129 github.com/komuw/kama.Dir
 github.com/komuw/kama/e2e_test.go:471 github.com/komuw/kama_test.TestAllAboutInterfaces.func1.1
 testing/testing.go:1689 testing.tRunner
 runtime/asm_amd64.s:1695 runtime.goexit
]
SNIPPET: error(unable to read from ftp file)
]
8 changes: 4 additions & 4 deletions testdata/e2e_test/SomeNilError.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ STACK_TRACE: [
thirdParty: yellow
yours: red

 /home/komu/mystuff/kama/kama.go:85 github.com/komuw/kama.Dir
 /home/komu/mystuff/kama/e2e_test.go:471 github.com/komuw/kama_test.TestAllAboutInterfaces.func1.1
 /usr/local/go/src/testing/testing.go:1689 testing.tRunner
 /usr/local/go/src/runtime/asm_amd64.s:1695 runtime.goexit
 github.com/komuw/kama/kama.go:85 github.com/komuw/kama.Dir
 github.com/komuw/kama/e2e_test.go:471 github.com/komuw/kama_test.TestAllAboutInterfaces.func1.1
 testing/testing.go:1689 testing.tRunner
 runtime/asm_amd64.s:1695 runtime.goexit
]
SNIPPET: nil
]
8 changes: 4 additions & 4 deletions testdata/e2e_test/SomeReader.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ STACK_TRACE: [
thirdParty: yellow
yours: red

 /home/komu/mystuff/kama/kama.go:129 github.com/komuw/kama.Dir
 /home/komu/mystuff/kama/e2e_test.go:471 github.com/komuw/kama_test.TestAllAboutInterfaces.func1.1
 /usr/local/go/src/testing/testing.go:1689 testing.tRunner
 /usr/local/go/src/runtime/asm_amd64.s:1695 runtime.goexit
 github.com/komuw/kama/kama.go:129 github.com/komuw/kama.Dir
 github.com/komuw/kama/e2e_test.go:471 github.com/komuw/kama_test.TestAllAboutInterfaces.func1.1
 testing/testing.go:1689 testing.tRunner
 runtime/asm_amd64.s:1695 runtime.goexit
]
SNIPPET: &Reader{
}
Expand Down
8 changes: 4 additions & 4 deletions testdata/e2e_test/custom_string_type.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ STACK_TRACE: [
thirdParty: yellow
yours: red

 /home/komu/mystuff/kama/kama.go:90 github.com/komuw/kama.Dir
 /home/komu/mystuff/kama/e2e_test.go:268 github.com/komuw/kama_test.TestDir.func1
 /usr/local/go/src/testing/testing.go:1689 testing.tRunner
 /usr/local/go/src/runtime/asm_amd64.s:1695 runtime.goexit
 github.com/komuw/kama/kama.go:90 github.com/komuw/kama.Dir
 github.com/komuw/kama/e2e_test.go:268 github.com/komuw/kama_test.TestDir.func1
 testing/testing.go:1689 testing.tRunner
 runtime/asm_amd64.s:1695 runtime.goexit
]
SNIPPET: secretKey(T<REDACTED>)
]
8 changes: 4 additions & 4 deletions testdata/e2e_test/map_in_a_struct_is_not_compacted.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ STACK_TRACE: [
thirdParty: yellow
yours: red

 /home/komu/mystuff/kama/kama.go:129 github.com/komuw/kama.Dir
 /home/komu/mystuff/kama/e2e_test.go:268 github.com/komuw/kama_test.TestDir.func1
 /usr/local/go/src/testing/testing.go:1689 testing.tRunner
 /usr/local/go/src/runtime/asm_amd64.s:1695 runtime.goexit
 github.com/komuw/kama/kama.go:129 github.com/komuw/kama.Dir
 github.com/komuw/kama/e2e_test.go:268 github.com/komuw/kama_test.TestDir.func1
 testing/testing.go:1689 testing.tRunner
 runtime/asm_amd64.s:1695 runtime.goexit
]
SNIPPET: someStructWithMap{
XX: map[int]string{
Expand Down
8 changes: 4 additions & 4 deletions testdata/e2e_test/map_on_its_own_is_not_compacted.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ STACK_TRACE: [
thirdParty: yellow
yours: red

 /home/komu/mystuff/kama/kama.go:129 github.com/komuw/kama.Dir
 /home/komu/mystuff/kama/e2e_test.go:268 github.com/komuw/kama_test.TestDir.func1
 /usr/local/go/src/testing/testing.go:1689 testing.tRunner
 /usr/local/go/src/runtime/asm_amd64.s:1695 runtime.goexit
 github.com/komuw/kama/kama.go:129 github.com/komuw/kama.Dir
 github.com/komuw/kama/e2e_test.go:268 github.com/komuw/kama_test.TestDir.func1
 testing/testing.go:1689 testing.tRunner
 runtime/asm_amd64.s:1695 runtime.goexit
]
SNIPPET: map[int]string{
int(0): "0",
Expand Down
8 changes: 4 additions & 4 deletions testdata/e2e_test/normal_string.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ STACK_TRACE: [
thirdParty: yellow
yours: red

 /home/komu/mystuff/kama/kama.go:124 github.com/komuw/kama.Dir
 /home/komu/mystuff/kama/e2e_test.go:268 github.com/komuw/kama_test.TestDir.func1
 /usr/local/go/src/testing/testing.go:1689 testing.tRunner
 /usr/local/go/src/runtime/asm_amd64.s:1695 runtime.goexit
 github.com/komuw/kama/kama.go:124 github.com/komuw/kama.Dir
 github.com/komuw/kama/e2e_test.go:268 github.com/komuw/kama_test.TestDir.func1
 testing/testing.go:1689 testing.tRunner
 runtime/asm_amd64.s:1695 runtime.goexit
]
SNIPPET: "heyWorldOkay"
]
8 changes: 4 additions & 4 deletions testdata/e2e_test/number_float32.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ STACK_TRACE: [
thirdParty: yellow
yours: red

 /home/komu/mystuff/kama/kama.go:129 github.com/komuw/kama.Dir
 /home/komu/mystuff/kama/e2e_test.go:268 github.com/komuw/kama_test.TestDir.func1
 /usr/local/go/src/testing/testing.go:1689 testing.tRunner
 /usr/local/go/src/runtime/asm_amd64.s:1695 runtime.goexit
 github.com/komuw/kama/kama.go:129 github.com/komuw/kama.Dir
 github.com/komuw/kama/e2e_test.go:268 github.com/komuw/kama_test.TestDir.func1
 testing/testing.go:1689 testing.tRunner
 runtime/asm_amd64.s:1695 runtime.goexit
]
SNIPPET: float32(32)
]
8 changes: 4 additions & 4 deletions testdata/e2e_test/number_float64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ STACK_TRACE: [
thirdParty: yellow
yours: red

 /home/komu/mystuff/kama/kama.go:129 github.com/komuw/kama.Dir
 /home/komu/mystuff/kama/e2e_test.go:268 github.com/komuw/kama_test.TestDir.func1
 /usr/local/go/src/testing/testing.go:1689 testing.tRunner
 /usr/local/go/src/runtime/asm_amd64.s:1695 runtime.goexit
 github.com/komuw/kama/kama.go:129 github.com/komuw/kama.Dir
 github.com/komuw/kama/e2e_test.go:268 github.com/komuw/kama_test.TestDir.func1
 testing/testing.go:1689 testing.tRunner
 runtime/asm_amd64.s:1695 runtime.goexit
]
SNIPPET: float64(64)
]
8 changes: 4 additions & 4 deletions testdata/e2e_test/number_int.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ STACK_TRACE: [
thirdParty: yellow
yours: red

 /home/komu/mystuff/kama/kama.go:129 github.com/komuw/kama.Dir
 /home/komu/mystuff/kama/e2e_test.go:268 github.com/komuw/kama_test.TestDir.func1
 /usr/local/go/src/testing/testing.go:1689 testing.tRunner
 /usr/local/go/src/runtime/asm_amd64.s:1695 runtime.goexit
 github.com/komuw/kama/kama.go:129 github.com/komuw/kama.Dir
 github.com/komuw/kama/e2e_test.go:268 github.com/komuw/kama_test.TestDir.func1
 testing/testing.go:1689 testing.tRunner
 runtime/asm_amd64.s:1695 runtime.goexit
]
SNIPPET: int(44)
]
8 changes: 4 additions & 4 deletions testdata/e2e_test/number_int32.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ STACK_TRACE: [
thirdParty: yellow
yours: red

 /home/komu/mystuff/kama/kama.go:129 github.com/komuw/kama.Dir
 /home/komu/mystuff/kama/e2e_test.go:268 github.com/komuw/kama_test.TestDir.func1
 /usr/local/go/src/testing/testing.go:1689 testing.tRunner
 /usr/local/go/src/runtime/asm_amd64.s:1695 runtime.goexit
 github.com/komuw/kama/kama.go:129 github.com/komuw/kama.Dir
 github.com/komuw/kama/e2e_test.go:268 github.com/komuw/kama_test.TestDir.func1
 testing/testing.go:1689 testing.tRunner
 runtime/asm_amd64.s:1695 runtime.goexit
]
SNIPPET: int32(32)
]
8 changes: 4 additions & 4 deletions testdata/e2e_test/number_int64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ STACK_TRACE: [
thirdParty: yellow
yours: red

 /home/komu/mystuff/kama/kama.go:129 github.com/komuw/kama.Dir
 /home/komu/mystuff/kama/e2e_test.go:268 github.com/komuw/kama_test.TestDir.func1
 /usr/local/go/src/testing/testing.go:1689 testing.tRunner
 /usr/local/go/src/runtime/asm_amd64.s:1695 runtime.goexit
 github.com/komuw/kama/kama.go:129 github.com/komuw/kama.Dir
 github.com/komuw/kama/e2e_test.go:268 github.com/komuw/kama_test.TestDir.func1
 testing/testing.go:1689 testing.tRunner
 runtime/asm_amd64.s:1695 runtime.goexit
]
SNIPPET: int64(64)
]
8 changes: 4 additions & 4 deletions testdata/e2e_test/number_uint64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ STACK_TRACE: [
thirdParty: yellow
yours: red

 /home/komu/mystuff/kama/kama.go:129 github.com/komuw/kama.Dir
 /home/komu/mystuff/kama/e2e_test.go:268 github.com/komuw/kama_test.TestDir.func1
 /usr/local/go/src/testing/testing.go:1689 testing.tRunner
 /usr/local/go/src/runtime/asm_amd64.s:1695 runtime.goexit
 github.com/komuw/kama/kama.go:129 github.com/komuw/kama.Dir
 github.com/komuw/kama/e2e_test.go:268 github.com/komuw/kama_test.TestDir.func1
 testing/testing.go:1689 testing.tRunner
 runtime/asm_amd64.s:1695 runtime.goexit
]
SNIPPET: uint64(88)
]
8 changes: 4 additions & 4 deletions testdata/e2e_test/number_uintptr.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ STACK_TRACE: [
thirdParty: yellow
yours: red

 /home/komu/mystuff/kama/kama.go:129 github.com/komuw/kama.Dir
 /home/komu/mystuff/kama/e2e_test.go:268 github.com/komuw/kama_test.TestDir.func1
 /usr/local/go/src/testing/testing.go:1689 testing.tRunner
 /usr/local/go/src/runtime/asm_amd64.s:1695 runtime.goexit
 github.com/komuw/kama/kama.go:129 github.com/komuw/kama.Dir
 github.com/komuw/kama/e2e_test.go:268 github.com/komuw/kama_test.TestDir.func1
 testing/testing.go:1689 testing.tRunner
 runtime/asm_amd64.s:1695 runtime.goexit
]
SNIPPET: uintptr(123)
]
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ STACK_TRACE: [
thirdParty: yellow
yours: red

 /home/komu/mystuff/kama/kama.go:129 github.com/komuw/kama.Dir
 /home/komu/mystuff/kama/e2e_test.go:381 github.com/komuw/kama_test.TestDir.func3
 /usr/local/go/src/testing/testing.go:1689 testing.tRunner
 /usr/local/go/src/runtime/asm_amd64.s:1695 runtime.goexit
 github.com/komuw/kama/kama.go:129 github.com/komuw/kama.Dir
 github.com/komuw/kama/e2e_test.go:381 github.com/komuw/kama_test.TestDir.func3
 testing/testing.go:1689 testing.tRunner
 runtime/asm_amd64.s:1695 runtime.goexit
]
SNIPPET: &SomeStruct{
SomeInt: int16(13),
Expand Down
8 changes: 4 additions & 4 deletions testdata/e2e_test/slice_in_a_struct_is_not_compacted.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ STACK_TRACE: [
thirdParty: yellow
yours: red

 /home/komu/mystuff/kama/kama.go:129 github.com/komuw/kama.Dir
 /home/komu/mystuff/kama/e2e_test.go:268 github.com/komuw/kama_test.TestDir.func1
 /usr/local/go/src/testing/testing.go:1689 testing.tRunner
 /usr/local/go/src/runtime/asm_amd64.s:1695 runtime.goexit
 github.com/komuw/kama/kama.go:129 github.com/komuw/kama.Dir
 github.com/komuw/kama/e2e_test.go:268 github.com/komuw/kama_test.TestDir.func1
 testing/testing.go:1689 testing.tRunner
 runtime/asm_amd64.s:1695 runtime.goexit
]
SNIPPET: someStructWithSlice{
XX: []int{
Expand Down
8 changes: 4 additions & 4 deletions testdata/e2e_test/slice_of_http_Request_value_structs.txt.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ STACK_TRACE: [
thirdParty: yellow
yours: red

 /home/komu/mystuff/kama/kama.go:129 github.com/komuw/kama.Dir
 /home/komu/mystuff/kama/e2e_test.go:398 github.com/komuw/kama_test.TestDir.func4
 /usr/local/go/src/testing/testing.go:1689 testing.tRunner
 /usr/local/go/src/runtime/asm_amd64.s:1695 runtime.goexit
 github.com/komuw/kama/kama.go:129 github.com/komuw/kama.Dir
 github.com/komuw/kama/e2e_test.go:398 github.com/komuw/kama_test.TestDir.func4
 testing/testing.go:1689 testing.tRunner
 runtime/asm_amd64.s:1695 runtime.goexit
]
SNIPPET: []http.Request{
Request{
Expand Down
8 changes: 4 additions & 4 deletions testdata/e2e_test/slice_on_its_own_is_not_compacted.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ STACK_TRACE: [
thirdParty: yellow
yours: red

 /home/komu/mystuff/kama/kama.go:129 github.com/komuw/kama.Dir
 /home/komu/mystuff/kama/e2e_test.go:268 github.com/komuw/kama_test.TestDir.func1
 /usr/local/go/src/testing/testing.go:1689 testing.tRunner
 /usr/local/go/src/runtime/asm_amd64.s:1695 runtime.goexit
 github.com/komuw/kama/kama.go:129 github.com/komuw/kama.Dir
 github.com/komuw/kama/e2e_test.go:268 github.com/komuw/kama_test.TestDir.func1
 testing/testing.go:1689 testing.tRunner
 runtime/asm_amd64.s:1695 runtime.goexit
]
SNIPPET: []int{
int(0),
Expand Down
8 changes: 4 additions & 4 deletions testdata/e2e_test/someOne.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ STACK_TRACE: [
thirdParty: yellow
yours: red

 /home/komu/mystuff/kama/kama.go:129 github.com/komuw/kama.Dir
 /home/komu/mystuff/kama/e2e_test.go:471 github.com/komuw/kama_test.TestAllAboutInterfaces.func1.1
 /usr/local/go/src/testing/testing.go:1689 testing.tRunner
 /usr/local/go/src/runtime/asm_amd64.s:1695 runtime.goexit
 github.com/komuw/kama/kama.go:129 github.com/komuw/kama.Dir
 github.com/komuw/kama/e2e_test.go:471 github.com/komuw/kama_test.TestAllAboutInterfaces.func1.1
 testing/testing.go:1689 testing.tRunner
 runtime/asm_amd64.s:1695 runtime.goexit
]
SNIPPET: SomeStructWithInterfaces{
AAA: io.Reader(*strings.Reader) &{hello from strings NewReader 0 -1},
Expand Down
8 changes: 4 additions & 4 deletions testdata/e2e_test/someTwo.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ STACK_TRACE: [
thirdParty: yellow
yours: red

 /home/komu/mystuff/kama/kama.go:129 github.com/komuw/kama.Dir
 /home/komu/mystuff/kama/e2e_test.go:471 github.com/komuw/kama_test.TestAllAboutInterfaces.func1.1
 /usr/local/go/src/testing/testing.go:1689 testing.tRunner
 /usr/local/go/src/runtime/asm_amd64.s:1695 runtime.goexit
 github.com/komuw/kama/kama.go:129 github.com/komuw/kama.Dir
 github.com/komuw/kama/e2e_test.go:471 github.com/komuw/kama_test.TestAllAboutInterfaces.func1.1
 testing/testing.go:1689 testing.tRunner
 runtime/asm_amd64.s:1695 runtime.goexit
]
SNIPPET: &SomeStructWithInterfaces{
AAA: io.Reader(*strings.Reader) &{hello from strings NewReader 0 -1},
Expand Down
8 changes: 4 additions & 4 deletions testdata/e2e_test/struct_of_varying_field_types.txt.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ STACK_TRACE: [
thirdParty: yellow
yours: red

 /home/komu/mystuff/kama/kama.go:129 github.com/komuw/kama.Dir
 /home/komu/mystuff/kama/e2e_test.go:325 github.com/komuw/kama_test.TestDir.func2
 /usr/local/go/src/testing/testing.go:1689 testing.tRunner
 /usr/local/go/src/runtime/asm_amd64.s:1695 runtime.goexit
 github.com/komuw/kama/kama.go:129 github.com/komuw/kama.Dir
 github.com/komuw/kama/e2e_test.go:325 github.com/komuw/kama_test.TestDir.func2
 testing/testing.go:1689 testing.tRunner
 runtime/asm_amd64.s:1695 runtime.goexit
]
SNIPPET: SomeStruct{
SomeInt: int16(13),
Expand Down
Loading

0 comments on commit 62abe83

Please sign in to comment.