Based on this blogpost.
Install with Homebrew:
$ brew install postgresqlRun server:
| // Conversion of interface{} or map[string]interface{} types to protobuf struct ("google/protobuf/struct.proto"). | |
| package codec | |
| import ( | |
| "encoding/json" | |
| structpb "github.com/golang/protobuf/ptypes/struct" | |
| "google.golang.org/protobuf/encoding/protojson" | |
| ) |
Based on this blogpost.
Install with Homebrew:
$ brew install postgresqlRun server:
| #include <stdio.h> | |
| #include <stdlib.h> | |
| #include <string.h> | |
| /* | |
| * MCrypt API available online: | |
| * http://linux.die.net/man/3/mcrypt | |
| */ | |
| #include <mcrypt.h> |