Skip to content

Instantly share code, notes, and snippets.

View gmarcial's full-sized avatar
🐉

Guilherme Marcial gmarcial

🐉
View GitHub Profile
package uuid
import (
googleUUID "github.com/google/uuid"
)
// Generator ...
type Generator interface {
NewUUID() (string, error)
}
// You can edit this code!
// Click here and start typing.
package main
import "fmt"
func main() {
a := []int32{13, 20, 8, 9}
var sum int32
for i := 0; i < len(a); i++ {