Skip to content

Commit

Permalink
Update CBOR_GOLANG.md
Browse files Browse the repository at this point in the history
Replaced Table of Contents.
  • Loading branch information
fxamacker authored Dec 19, 2019
1 parent 54d5930 commit f092593
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions CBOR_GOLANG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
<div align="center">

:small_orange_diamond: [Design Goals](https://github.com/fxamacker/cbor#design-goals) :small_orange_diamond: [Features](https://github.com/fxamacker/cbor#features) :small_orange_diamond: [Standards](https://github.com/fxamacker/cbor#standards) :small_orange_diamond: [Fuzzing and Coverage](https://github.com/fxamacker/cbor#fuzzing-and-code-coverage) :small_orange_diamond: [API](https://github.com/fxamacker/cbor#api) :small_orange_diamond: [Security Policy](https://github.com/fxamacker/cbor#security-policy) :small_orange_diamond:

</div>
👉 [Comparisons](https://github.com/fxamacker/cbor#comparisons)[Status](https://github.com/fxamacker/cbor#current-status)[Design Goals](https://github.com/fxamacker/cbor#design-goals)[Features](https://github.com/fxamacker/cbor#features)[Standards](https://github.com/fxamacker/cbor#standards)[Fuzzing](https://github.com/fxamacker/cbor#fuzzing-and-code-coverage)[Usage](https://github.com/fxamacker/cbor#usage)[Security Policy](https://github.com/fxamacker/cbor#security-policy)[License](https://github.com/fxamacker/cbor#license)

# CBOR
[CBOR](https://en.wikipedia.org/wiki/CBOR) is a data format designed to allow small code size and small message size. CBOR is defined in [RFC 7049 Concise Binary Object Representation](https://tools.ietf.org/html/rfc7049), an [IETF](http://ietf.org/) Internet Standards Document.
Expand Down Expand Up @@ -30,9 +26,7 @@ CBOR Web Token (CWT) is defined in [RFC 8392](http://tools.ietf.org/html/rfc8392
__[fxamacker/webauthn](https://github.com/fxamacker/webauthn)__ is a library (written in Go) that performs server-side authentication for clients using FIDO2 keys, legacy FIDO U2F keys, tpm, and etc.

Copyright (c) 2019 Faye Amacker and contributors.
<hr>
<div align="center">

:small_orange_diamond: [Design Goals](https://github.com/fxamacker/cbor#design-goals) :small_orange_diamond: [Features](https://github.com/fxamacker/cbor#features) :small_orange_diamond: [Standards](https://github.com/fxamacker/cbor#standards) :small_orange_diamond: [Fuzzing and Coverage](https://github.com/fxamacker/cbor#fuzzing-and-code-coverage) :small_orange_diamond: [API](https://github.com/fxamacker/cbor#api) :small_orange_diamond: [Security Policy](https://github.com/fxamacker/cbor#security-policy) :small_orange_diamond:
<hr>

</div>
👉 [Comparisons](https://github.com/fxamacker/cbor#comparisons)[Status](https://github.com/fxamacker/cbor#current-status)[Design Goals](https://github.com/fxamacker/cbor#design-goals)[Features](https://github.com/fxamacker/cbor#features)[Standards](https://github.com/fxamacker/cbor#standards)[Fuzzing](https://github.com/fxamacker/cbor#fuzzing-and-code-coverage)[Usage](https://github.com/fxamacker/cbor#usage)[Security Policy](https://github.com/fxamacker/cbor#security-policy)[License](https://github.com/fxamacker/cbor#license)

0 comments on commit f092593

Please sign in to comment.