fix average package

This commit is contained in:
Archie Fox
2025-01-30 20:55:42 +03:00
parent f9af59f4d1
commit bb93fd5d7b
3 changed files with 46 additions and 4 deletions

View File

@@ -2,7 +2,7 @@ package main
import (
"fmt"
"golang-book/head-first-go/chapter4/const/dates"
"headfirstgo/golang-book/chapter4/const/dates"
)
func main() {