We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e195fce + 5d03288 commit c6c14b3Copy full SHA for c6c14b3
go.mod
@@ -1,4 +1,4 @@
1
-module LS_reader
+module github.com/SwissOpenEM/LS_Metadata_reader
2
3
go 1.23.0
4
main.go
@@ -1,13 +1,14 @@
package main
import (
- "LS_reader/LS_Metadata_reader"
5
- "LS_reader/configuration"
6
"encoding/json"
7
"flag"
8
"fmt"
9
"os"
10
+ "github.com/SwissOpenEM/LS_Metadata_reader/LS_Metadata_reader"
+ "github.com/SwissOpenEM/LS_Metadata_reader/configuration"
11
+
12
conversion "github.com/osc-em/Converter"
13
)
14
0 commit comments