migrate to my main gitlab
This commit is contained in:
parent
d17e975cc8
commit
c7008bb19e
12 changed files with 20 additions and 20 deletions
|
|
@ -20,8 +20,8 @@ package stdlib
|
|||
import (
|
||||
"fmt"
|
||||
"strconv"
|
||||
"git.callpipe.com/aidan/shs/ast"
|
||||
"git.callpipe.com/aidan/shs/log"
|
||||
"gitlab.com/whom/shs/ast"
|
||||
"gitlab.com/whom/shs/log"
|
||||
)
|
||||
|
||||
// PKG WIDE TODO: BIGNUM SYSTEM
|
||||
|
|
|
|||
|
|
@ -24,8 +24,8 @@ import (
|
|||
"os/exec"
|
||||
"syscall"
|
||||
"os/signal"
|
||||
"git.callpipe.com/aidan/shs/ast"
|
||||
"git.callpipe.com/aidan/shs/log"
|
||||
"gitlab.com/whom/shs/ast"
|
||||
"gitlab.com/whom/shs/log"
|
||||
)
|
||||
|
||||
var bgProcs = make([]*exec.Cmd, 0)
|
||||
|
|
|
|||
|
|
@ -19,8 +19,8 @@ package stdlib
|
|||
|
||||
import (
|
||||
"os"
|
||||
"git.callpipe.com/aidan/shs/ast"
|
||||
"git.callpipe.com/aidan/shs/log"
|
||||
"gitlab.com/whom/shs/ast"
|
||||
"gitlab.com/whom/shs/log"
|
||||
)
|
||||
|
||||
func cd(in *ast.Token, vt ast.VarTable, ft ast.FuncTable) *ast.Token {
|
||||
|
|
|
|||
|
|
@ -18,8 +18,8 @@
|
|||
package stdlib
|
||||
|
||||
import (
|
||||
"git.callpipe.com/aidan/shs/ast"
|
||||
"git.callpipe.com/aidan/shs/log"
|
||||
"gitlab.com/whom/shs/ast"
|
||||
"gitlab.com/whom/shs/log"
|
||||
)
|
||||
|
||||
/* EXPAND
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ package stdlib
|
|||
|
||||
import (
|
||||
"os"
|
||||
"git.callpipe.com/aidan/shs/ast"
|
||||
"gitlab.com/whom/shs/ast"
|
||||
)
|
||||
|
||||
func GenFuncTable() ast.FuncTable {
|
||||
|
|
|
|||
|
|
@ -19,8 +19,8 @@ package stdlib
|
|||
|
||||
import (
|
||||
"fmt"
|
||||
"git.callpipe.com/aidan/shs/ast"
|
||||
"git.callpipe.com/aidan/shs/log"
|
||||
"gitlab.com/whom/shs/ast"
|
||||
"gitlab.com/whom/shs/log"
|
||||
)
|
||||
|
||||
func concat(in *ast.Token, vt ast.VarTable, ft ast.FuncTable) *ast.Token {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue