Initial commit
This commit is contained in:
commit
89f483171a
43 changed files with 2245 additions and 0 deletions
20
problem.go
Normal file
20
problem.go
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
package main
|
||||
|
||||
import (
|
||||
// External
|
||||
// we "git.gibonuddevalla.se/go/wrappederror"
|
||||
|
||||
// Standard
|
||||
// "encoding/json"
|
||||
)
|
||||
|
||||
/*
|
||||
type Problem struct {
|
||||
ID int
|
||||
Name string
|
||||
SectionID int
|
||||
Expression string
|
||||
DatapointNames []string
|
||||
}
|
||||
*/
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue