Finish porting to ONF infrastructure
- change of imports
- Adding vendor folder
- licensing
Change-Id: If2e7ed27d603668b848ae58c135e94a8db13a9e2
diff --git a/meframe.go b/meframe.go
index b03b4f7..70edf4f 100644
--- a/meframe.go
+++ b/meframe.go
@@ -10,12 +10,12 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
- */
-/*
+ */
+ /*
* NOTE: This file was generated, manual edits will be overwritten!
*
* Generated by 'goCodeGenerator.py':
- * https://github.com/cboling/OMCI-parser/README.md
+ * https://github.com/opencord/omci-lib-go/OMCI-parser/README.md
*/
package omci
@@ -23,7 +23,7 @@
import (
"errors"
"fmt"
- me "github.com/cboling/omci/generated"
+ me "github.com/opencord/omci-lib-go/generated"
"github.com/deckarep/golang-set"
"github.com/google/gopacket"
"time"