Skip to content

Instantly share code, notes, and snippets.

import json
import os
import requests
import boto3
from concurrent.futures import ThreadPoolExecutor
import random
import sys
import time
from termcolor import colored
import random
from termcolor import colored
m = [[1, 1, 1, 1, 1, 1, 1],
[0, 0, 1, 0, 1, 1, 1],
@asafg6
asafg6 / main.go
Created May 4, 2021 16:19
Dynamic json fields printing in Go
package main
import (
"encoding/json"
"fmt"
"os"
)