Skip to content

not able to use go package #2398

@alexfernandez803

Description

@alexfernandez803

Bug Report 🐛

While testing go package, I noticed this problem.


go get github.com/remotion-dev/lambda-go-sdk        
go: github.com/remotion-dev/lambda-go-sdk@v0.0.0-20230605162201-59ff5934b3be: parsing go.mod:
        module declares its path as: remotionlambda
                but was required as: github.com/remotion-dev/lambda-go-sdk

I propose the following following.

  1. Rename the github repo from lambda-go-sdk to lambda_go_sdk. Go does not like the hyphen or dash.
  2. Change the go package module from "remotionlambda" to "lambda_go_sdk". Pull request to change this is "fix package name #2397"

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions