forked from x/ContextOS
kid mod context to contexts
This commit is contained in:
parent
548cfe512e
commit
4745e5b1e2
@ -1,7 +1,7 @@
|
||||
package aaa // {{{
|
||||
// }}}
|
||||
import ( // {{{
|
||||
"context"
|
||||
"contexts"
|
||||
|
||||
"crypto/md5"
|
||||
"encoding/hex"
|
@ -1,7 +1,7 @@
|
||||
package cli // {{{
|
||||
// }}}
|
||||
import ( // {{{
|
||||
"context"
|
||||
"contexts"
|
||||
|
||||
"fmt"
|
||||
"strconv"
|
@ -1,7 +1,7 @@
|
||||
package lex
|
||||
|
||||
import (
|
||||
"context"
|
||||
"contexts"
|
||||
"fmt"
|
||||
"strconv"
|
||||
)
|
@ -1,7 +1,7 @@
|
||||
package log
|
||||
|
||||
import (
|
||||
"context"
|
||||
"contexts"
|
||||
"fmt"
|
||||
Log "log"
|
||||
"strconv"
|
@ -1,7 +1,7 @@
|
||||
package mdb
|
||||
|
||||
import (
|
||||
"context"
|
||||
"contexts"
|
||||
|
||||
"database/sql"
|
||||
_ "github.com/go-sql-driver/mysql"
|
@ -1,7 +1,7 @@
|
||||
package nfs // {{{
|
||||
// }}}
|
||||
import ( // {{{
|
||||
"context"
|
||||
"contexts"
|
||||
|
||||
"bufio"
|
||||
"fmt"
|
@ -2,7 +2,7 @@ package ssh
|
||||
|
||||
import (
|
||||
"bufio"
|
||||
"context"
|
||||
"contexts"
|
||||
"fmt"
|
||||
"net"
|
||||
"net/url"
|
@ -1,7 +1,7 @@
|
||||
package tcp // {{{
|
||||
// }}}
|
||||
import ( // {{{
|
||||
"context"
|
||||
"contexts"
|
||||
|
||||
"crypto/tls"
|
||||
"fmt"
|
@ -1,7 +1,7 @@
|
||||
package web // {{{
|
||||
// }}}
|
||||
import ( // {{{
|
||||
"context"
|
||||
"contexts"
|
||||
|
||||
"encoding/json"
|
||||
"html/template"
|
@ -1,7 +1,7 @@
|
||||
package yac
|
||||
|
||||
import (
|
||||
"context"
|
||||
"contexts"
|
||||
"fmt"
|
||||
"strconv"
|
||||
"strings"
|
@ -1,19 +1,19 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"context"
|
||||
_ "context/aaa"
|
||||
_ "context/cli"
|
||||
_ "context/ssh"
|
||||
"contexts"
|
||||
_ "contexts/aaa"
|
||||
_ "contexts/cli"
|
||||
_ "contexts/ssh"
|
||||
|
||||
_ "context/mdb"
|
||||
_ "context/nfs"
|
||||
_ "context/tcp"
|
||||
_ "context/web"
|
||||
_ "contexts/mdb"
|
||||
_ "contexts/nfs"
|
||||
_ "contexts/tcp"
|
||||
_ "contexts/web"
|
||||
|
||||
_ "context/lex"
|
||||
_ "context/log"
|
||||
_ "context/yac"
|
||||
_ "contexts/lex"
|
||||
_ "contexts/log"
|
||||
_ "contexts/yac"
|
||||
|
||||
"os"
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user