move different stuff to different subfolders/packages

This commit is contained in:
gutmet 2020-10-11 13:08:13 +02:00
parent 29b75b0bb1
commit b9f7ae29b4
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
package goutil package copy
/* /*
Copied from https://github.com/otiai10/copy and slightly altered. Copied from https://github.com/otiai10/copy and slightly altered.

View File

@ -1,4 +1,4 @@
package goutil package html
import ( import (
"golang.org/x/net/html" "golang.org/x/net/html"

View File

@ -1,4 +1,4 @@
package goutil package misc
import ( import (
"bufio" "bufio"