Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Decoding/Encoding for []uint16, []uint32 and []uint64 #84

Merged
merged 3 commits into from
Apr 4, 2024

Update readme

52a4646
Select commit
Loading
Failed to load commit list.
Merged

Decoding/Encoding for []uint16, []uint32 and []uint64 #84

Update readme
52a4646
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Mar 30, 2024 in 0s

66.3% of diff hit (target 41.8%)

View this Pull Request on Codecov

66.3% of diff hit (target 41.8%)

Annotations

Check warning on line 340 in decoder.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

decoder.go#L340

Added line #L340 was not covered by tests

Check warning on line 343 in decoder.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

decoder.go#L343

Added line #L343 was not covered by tests

Check warning on line 350 in decoder.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

decoder.go#L350

Added line #L350 was not covered by tests

Check warning on line 366 in decoder.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

decoder.go#L366

Added line #L366 was not covered by tests

Check warning on line 369 in decoder.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

decoder.go#L369

Added line #L369 was not covered by tests

Check warning on line 376 in decoder.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

decoder.go#L376

Added line #L376 was not covered by tests

Check warning on line 392 in decoder.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

decoder.go#L392

Added line #L392 was not covered by tests

Check warning on line 395 in decoder.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

decoder.go#L395

Added line #L395 was not covered by tests

Check warning on line 402 in decoder.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

decoder.go#L402

Added line #L402 was not covered by tests

Check warning on line 115 in encoder.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

encoder.go#L115

Added line #L115 was not covered by tests

Check warning on line 120 in encoder.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

encoder.go#L120

Added line #L120 was not covered by tests

Check warning on line 135 in encoder.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

encoder.go#L135

Added line #L135 was not covered by tests

Check warning on line 140 in encoder.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

encoder.go#L140

Added line #L140 was not covered by tests

Check warning on line 155 in encoder.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

encoder.go#L155

Added line #L155 was not covered by tests

Check warning on line 160 in encoder.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

encoder.go#L160

Added line #L160 was not covered by tests