move different stuff to different subfolders/packages

master
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.

View File

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

View File

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