This file contains 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
// 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" | |
) |
This file contains 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() { | |
//Wrapping the errors | |
err1 := errors.New("first") |
This file contains 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
platform=armv7-r | |
platform.path.separator=: | |
platform.source.suffix=.cpp | |
platform.root=/home/almanac/raspberrypi/rootfs | |
platform.sysroot.prefix=--sysroot= | |
platform.sysroot=platforms/android-14/arch-arm/ | |
platform.includepath.prefix=-I | |
platform.includepath=sources/cxx-stl/gnu-libstdc++/4.9/include/:sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi/include/ | |
platform.compiler=/home/almanac/raspberrypi/tools/arm-bcm2708/arm-rpi-4.9.3-linux-gnueabihf/bin/arm-linux-gnueabihf-g++ | |
platform.compiler.cpp11=-std=c++11 |
This file contains 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
[INFO] Scanning for projects... | |
[INFO] Inspecting build with total of 33 modules... | |
[INFO] Not installing Nexus Staging features: | |
[INFO] * Preexisting staging related goal bindings found in 33 modules. | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Reactor Build Order: | |
[INFO] | |
[INFO] nd4j | |
[INFO] nd4j-shade | |
[INFO] jackson |