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
Branches
No related tags found
No related merge requests found
package main package bahn
import ( import (
"encoding/json" "encoding/json"
......
package main package bahn
import "encoding/xml" import "encoding/xml"
......
package main package bahn
import ( import (
"encoding/xml" "encoding/xml"
......
package main package bahn
import "encoding/xml" import "encoding/xml"
......
package main package bahn
import "time" import "time"
......
package main package bahn
type CoachTypeInfo struct { type CoachTypeInfo struct {
RawType string `json:"raw_type"yaml:"raw_type"` RawType string `json:"raw_type"yaml:"raw_type"`
......
package main package bahn
import "time" import "time"
......
package main package bahn
import "time" import "time"
......
package main package bahn
type WingDefinition struct { type WingDefinition struct {
Start WingDefinitionElement `json:"start"yaml:"start"` Start WingDefinitionElement `json:"start"yaml:"start"`
......
package main package bahn
import ( import (
"bufio" "bufio"
......
package main package bahn
import ( import (
"encoding/json" "encoding/json"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment