This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package main | |
import ( | |
"errors" | |
"fmt" | |
) | |
func main() { | |
fmt.Println(`[1,2,3] -> [1,2,3]`) | |
input := []interface{}{1, 2, 3} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImtpZCI6Ik1EWTNRVFV3TlRJek56VXhSVGcyUWpFM1JqWTFNRFF4UkRnMFJFWXhSRVJETmpNMlFqazVRdyJ9.eyJuaWNrbmFtZSI6Imlsb3ZlbGlsaSIsIm5hbWUiOiJtaW4ganUiLCJwaWN0dXJlIjoiaHR0cHM6Ly9hdmF0YXJzMi5naXRodWJ1c2VyY29udGVudC5jb20vdS8xOTU2NjEyP3Y9NCIsInVwZGF0ZWRfYXQiOiIyMDE4LTExLTA1VDAzOjE1OjA1LjM1MFoiLCJlbWFpbCI6InJvdXRlNjY2QGxpdmUuY24iLCJpc3MiOiJodHRwczovL21pbi5hdXRoMC5jb20vIiwic3ViIjoiZ2l0aHVifDE5NTY2MTIiLCJhdWQiOiJndG9DSnhRNHNCWHFUbkw1ZWRRb2FpekhvVXpjdWticiIsImlhdCI6MTU0MTM4NzcxMCwiZXhwIjoxNTQ0OTg3NzEwfQ.bQvDORclqIz0X274Bq6WTnGZHhoV8cp_h5CIPKqBkXy6UlO0-LPcRVsaz64obN7KRKGiLEfyarZyuFZxUMMQu9oPRh2t8i0DbAwrdFCfitKVQPiWHfR9gUqPM1V2Ubqj_arGM2cah3ORP2FX77qoqTBEKijrUVe5rntpRlK_gL65woAKvyfbnYLBpayD4ypBD3sa__YoNwsOFOiW8Tmke44d04VRL1gJgBpfbXN0V0eEmZ7j0KLkkX6Ohd-0RCqtQkUMdHvccpQxlL-9c1JvPDogbcAOHCPy9aarg7qYIDE4eTz4vVQJYs_x0cDwyRVP-1oO3uNm4PZWZSoaqKIsrw |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package main | |
import ( | |
"crypto/aes" | |
"crypto/cipher" | |
"crypto/rand" | |
"encoding/base64" | |
"errors" | |
"io" | |
"log" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0xed542134cB3d4e2Fa03Dcf79FEAc6E156aa476A9 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package main | |
import ( | |
"bytes" | |
"fmt" | |
"io" | |
"log" | |
"mime/multipart" | |
"net/http" | |
"os" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8" ?> | |
<Data> | |
<Series> | |
<id>83462</id> | |
<Actors>|Nathan Fillion|Stana Katic|Molly C. Quinn|Jon Huertas|Seamus Dever|Tamala Jones|Susan Sullivan|Ruben Santiago-Hudson|Monet Mazur|</Actors> | |
<Airs_DayOfWeek>Monday</Airs_DayOfWeek> | |
<Airs_Time>10:00 PM</Airs_Time> | |
<ContentRating>TV-PG</ContentRating> | |
<FirstAired>2009-03-09</FirstAired> | |
<Genre>|Drama|</Genre> |
NewerOlder