Skip to content
Snippets Groups Projects
Verified Commit 2f87ad15 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Make package importable

parent 1ed0d8e6
No related branches found
No related tags found
No related merge requests found
package main
package bahn
import (
"encoding/json"
......
package main
package bahn
import "encoding/xml"
......
package main
package bahn
import (
"encoding/xml"
......
package main
package bahn
import "encoding/xml"
......
package main
package bahn
import "time"
......
package main
package bahn
type CoachTypeInfo struct {
RawType string `json:"raw_type"yaml:"raw_type"`
......
package main
package bahn
import "time"
......
package main
package bahn
import "time"
......
package main
package bahn
type WingDefinition struct {
Start WingDefinitionElement `json:"start"yaml:"start"`
......
package main
package bahn
import (
"bufio"
......
package main
package bahn
import (
"encoding/json"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment