kopia lustrzana https://github.com/cyoung/stratux
Reorg.
rodzic
63173fc88d
commit
3e972b3753
|
@ -4,7 +4,7 @@ package main
|
||||||
import (
|
import (
|
||||||
"fmt"
|
"fmt"
|
||||||
// "time"
|
// "time"
|
||||||
"./uatparse"
|
"../uatparse"
|
||||||
"os"
|
"os"
|
||||||
"bufio"
|
"bufio"
|
||||||
"strings"
|
"strings"
|
||||||
|
|
|
@ -2,7 +2,7 @@ package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"fmt"
|
"fmt"
|
||||||
"./uatparse"
|
"../uatparse"
|
||||||
"strconv"
|
"strconv"
|
||||||
"os"
|
"os"
|
||||||
"bufio"
|
"bufio"
|
||||||
|
|
|
@ -2,7 +2,7 @@ package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"fmt"
|
"fmt"
|
||||||
"./uatparse"
|
"../uatparse"
|
||||||
"os"
|
"os"
|
||||||
"bufio"
|
"bufio"
|
||||||
"strconv"
|
"strconv"
|
||||||
|
|
Ładowanie…
Reference in New Issue