Skip to content

Commit c6c14b3

Browse files
authored
Merge pull request #15 from SwissOpenEM/update-module-path
Adapt mod path
2 parents e195fce + 5d03288 commit c6c14b3

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module LS_reader
1+
module github.com/SwissOpenEM/LS_Metadata_reader
22

33
go 1.23.0
44

main.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
package main
22

33
import (
4-
"LS_reader/LS_Metadata_reader"
5-
"LS_reader/configuration"
64
"encoding/json"
75
"flag"
86
"fmt"
97
"os"
108

9+
"github.com/SwissOpenEM/LS_Metadata_reader/LS_Metadata_reader"
10+
"github.com/SwissOpenEM/LS_Metadata_reader/configuration"
11+
1112
conversion "github.com/osc-em/Converter"
1213
)
1314

0 commit comments

Comments
 (0)