grim/gocommonlog

Make the package name match what is in go.mod
draft default tip
2020-07-11, Gary Kramlich
d5c6abec200c
Parents cbebe5b306d9
Children
Make the package name match what is in go.mod
  • +1 -1
    main.go
  • --- a/main.go Sat Jul 11 05:23:55 2020 -0500
    +++ b/main.go Sat Jul 11 05:25:16 2020 -0500
    @@ -1,4 +1,4 @@
    -package commonlog
    +package gocommonlog
    import (
    "net/http"