Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added go modules #58

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

added go modules #58

wants to merge 1 commit into from

Conversation

Saur4ig
Copy link

@Saur4ig Saur4ig commented Sep 9, 2019

go 1.13 - released, so here is go mod

@erikdubbelboer
Copy link
Contributor

It's probably better to change the import path in main.go to github.com/avct/uasurfer so it doesn't have any external dependencies at all.

Or this needs to be added to each file: package uasurfer // import "code.avct.io/uasurfer". But I'm sure that will break a LOT of builds of people who are using the github import path right now.

@ryanslade
Copy link
Contributor

@Saur4ig Thanks. I've changed the import in main.go now as suggested by @erikdubbelboer

Please can you update the go.mod file as this library no longer has any external deps.

Thanks

@moqmar
Copy link

moqmar commented Mar 17, 2021

Any update on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants