X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=example_test.go;h=4743e6ee0d0251b5b0505bd89fcd3da55ecd9273;hb=f3f2907dc4862ed4f86288e915e8994bdf9889d0;hp=5f78028b27a91028f5a78a53988c109f5a3f72c5;hpb=7c17df52f1e8004e68bcc2d339be5d1347625aa6;p=ric-plt%2Fsdlgo.git diff --git a/example_test.go b/example_test.go index 5f78028..4743e6e 100644 --- a/example_test.go +++ b/example_test.go @@ -15,12 +15,17 @@ limitations under the License. */ +/* + * This source code is part of the near-RT RIC (RAN Intelligent Controller) + * platform project (RICP). + */ + package sdlgo_test import ( "fmt" - "gerrit.oran-osc.org/r/ric-plt/sdlgo" + "gerrit.o-ran-sc.org/r/ric-plt/sdlgo" ) var sdl *sdlgo.SdlInstance @@ -40,7 +45,7 @@ func ExampleSdlInstance_Set() { } func ExampleSdlInstance_Get() { - retMap, err := sdl.Get([]string{"strigdata", "intdata"}) + retMap, err := sdl.Get([]string{"stringdata", "intdata"}) if err != nil { panic(err) } else {