I hereby claim:
- I am kkrypt0nn on github.
- I am kkrypt0nn (https://keybase.io/kkrypt0nn) on keybase.
- I have a public key ASCiMcJKoWf0yjjy9EBxOym_-ZCTPk9SzhDJcftfQ16Kmgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
Discord is now slowly rolling out the ability to send colored messages within code blocks. It uses the ANSI color codes, so if you've tried to print colored text in your terminal or console with Python or other languages then it will be easy for you.
To be able to send a colored text, you need to use the ansi
language for your code block and provide a prefix of this format before writing your text:
\u001b[{format};{color}m
package main | |
import ( | |
"net" | |
"github.com/google/gopacket" | |
"github.com/google/gopacket/layers" | |
) | |
type Address struct { |