Skip to content

Commit

Permalink
v3.5.1 documentation corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
rickb777 committed Sep 10, 2024
1 parent 9327005 commit f3260cd
Show file tree
Hide file tree
Showing 59 changed files with 61 additions and 59 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Enumerations for Go

[![GoDoc](https://img.shields.io/badge/api-Godoc-blue.svg)](https://pkg.go.dev/github.com/rickb777/enumeration/v3/enum)
[![Go Report Card](https://goreportcard.com/badge/github.com/rickb777/enumeration)](https://goreportcard.com/report/github.com/rickb777/enumeration/v3/enum)
[![Go Report Card](https://goreportcard.com/badge/github.com/rickb777/enumeration)](https://goreportcard.com/report/github.com/rickb777/enumeration/v3)
[![Issues](https://img.shields.io/github/issues/rickb777/enumeration.svg)](https://github.com/rickb777/enumeration/issues)

* Make simple Go enumerations work well for you using this easy-to-use code generator.
Expand Down
4 changes: 3 additions & 1 deletion enum/enum.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
// package enum provides an API for manipulating enumerations.
// Package enum provides an API for manipulating enumerations.
// This is support code for the auto-generated enumerations:
// see https://github.com/rickb777/enumeration for further instructions.
package enum

// Enum is a generic contract for all generated enums.
Expand Down
2 changes: 1 addition & 1 deletion example/base_enum.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// generated code - do not edit
// github.com/rickb777/enumeration/v3 v3.5.0
// github.com/rickb777/enumeration/v3 v3.5.1

package example

Expand Down
2 changes: 1 addition & 1 deletion example/channel_enum.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// generated code - do not edit
// github.com/rickb777/enumeration/v3 v3.5.0
// github.com/rickb777/enumeration/v3 v3.5.1

package example

Expand Down
2 changes: 1 addition & 1 deletion example/country_enum.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// generated code - do not edit
// github.com/rickb777/enumeration/v3 v3.5.0
// github.com/rickb777/enumeration/v3 v3.5.1

package example

Expand Down
2 changes: 1 addition & 1 deletion example/day_enum.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// generated code - do not edit
// github.com/rickb777/enumeration/v3 v3.5.0
// github.com/rickb777/enumeration/v3 v3.5.1

package example

Expand Down
2 changes: 1 addition & 1 deletion example/greekalphabet_enum.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// generated code - do not edit
// github.com/rickb777/enumeration/v3 v3.5.0
// github.com/rickb777/enumeration/v3 v3.5.1

package example

Expand Down
2 changes: 1 addition & 1 deletion example/method_enum.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// generated code - do not edit
// github.com/rickb777/enumeration/v3 v3.5.0
// github.com/rickb777/enumeration/v3 v3.5.1

package example

Expand Down
2 changes: 1 addition & 1 deletion example/month_enum.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// generated code - do not edit
// github.com/rickb777/enumeration/v3 v3.5.0
// github.com/rickb777/enumeration/v3 v3.5.1

package example

Expand Down
2 changes: 1 addition & 1 deletion example/pet_enum.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// generated code - do not edit
// github.com/rickb777/enumeration/v3 v3.5.0
// github.com/rickb777/enumeration/v3 v3.5.1

package example

Expand Down
2 changes: 1 addition & 1 deletion internal/test/season1_enum.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// generated code - do not edit
// github.com/rickb777/enumeration/v3 v3.5.0
// github.com/rickb777/enumeration/v3 v3.5.1

package test

Expand Down
2 changes: 1 addition & 1 deletion internal/test/season2_enum.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// generated code - do not edit
// github.com/rickb777/enumeration/v3 v3.5.0
// github.com/rickb777/enumeration/v3 v3.5.1

package test

Expand Down
2 changes: 1 addition & 1 deletion internal/test/season_ic_ji_enum.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// generated code - do not edit
// github.com/rickb777/enumeration/v3 v3.5.0
// github.com/rickb777/enumeration/v3 v3.5.1

package test

Expand Down
2 changes: 1 addition & 1 deletion internal/test/season_ic_jj_enum.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// generated code - do not edit
// github.com/rickb777/enumeration/v3 v3.5.0
// github.com/rickb777/enumeration/v3 v3.5.1

package test

Expand Down
2 changes: 1 addition & 1 deletion internal/test/season_ic_jn_enum.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// generated code - do not edit
// github.com/rickb777/enumeration/v3 v3.5.0
// github.com/rickb777/enumeration/v3 v3.5.1

package test

Expand Down
2 changes: 1 addition & 1 deletion internal/test/season_ic_si_enum.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// generated code - do not edit
// github.com/rickb777/enumeration/v3 v3.5.0
// github.com/rickb777/enumeration/v3 v3.5.1

package test

Expand Down
2 changes: 1 addition & 1 deletion internal/test/season_ic_sn_enum.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// generated code - do not edit
// github.com/rickb777/enumeration/v3 v3.5.0
// github.com/rickb777/enumeration/v3 v3.5.1

package test

Expand Down
2 changes: 1 addition & 1 deletion internal/test/season_ic_ss_enum.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// generated code - do not edit
// github.com/rickb777/enumeration/v3 v3.5.0
// github.com/rickb777/enumeration/v3 v3.5.1

package test

Expand Down
2 changes: 1 addition & 1 deletion internal/test/season_ic_ta_enum.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// generated code - do not edit
// github.com/rickb777/enumeration/v3 v3.5.0
// github.com/rickb777/enumeration/v3 v3.5.1

package test

Expand Down
2 changes: 1 addition & 1 deletion internal/test/season_ic_ti_enum.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// generated code - do not edit
// github.com/rickb777/enumeration/v3 v3.5.0
// github.com/rickb777/enumeration/v3 v3.5.1

package test

Expand Down
2 changes: 1 addition & 1 deletion internal/test/season_ic_tn_enum.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// generated code - do not edit
// github.com/rickb777/enumeration/v3 v3.5.0
// github.com/rickb777/enumeration/v3 v3.5.1

package test

Expand Down
2 changes: 1 addition & 1 deletion internal/test/season_ic_tt_enum.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// generated code - do not edit
// github.com/rickb777/enumeration/v3 v3.5.0
// github.com/rickb777/enumeration/v3 v3.5.1

package test

Expand Down
2 changes: 1 addition & 1 deletion internal/test/season_nc_ji_enum.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// generated code - do not edit
// github.com/rickb777/enumeration/v3 v3.5.0
// github.com/rickb777/enumeration/v3 v3.5.1

package test

Expand Down
2 changes: 1 addition & 1 deletion internal/test/season_nc_jj_enum.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// generated code - do not edit
// github.com/rickb777/enumeration/v3 v3.5.0
// github.com/rickb777/enumeration/v3 v3.5.1

package test

Expand Down
2 changes: 1 addition & 1 deletion internal/test/season_nc_jn_enum.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// generated code - do not edit
// github.com/rickb777/enumeration/v3 v3.5.0
// github.com/rickb777/enumeration/v3 v3.5.1

package test

Expand Down
2 changes: 1 addition & 1 deletion internal/test/season_nc_si_enum.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// generated code - do not edit
// github.com/rickb777/enumeration/v3 v3.5.0
// github.com/rickb777/enumeration/v3 v3.5.1

package test

Expand Down
2 changes: 1 addition & 1 deletion internal/test/season_nc_sn_enum.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// generated code - do not edit
// github.com/rickb777/enumeration/v3 v3.5.0
// github.com/rickb777/enumeration/v3 v3.5.1

package test

Expand Down
2 changes: 1 addition & 1 deletion internal/test/season_nc_ss_enum.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// generated code - do not edit
// github.com/rickb777/enumeration/v3 v3.5.0
// github.com/rickb777/enumeration/v3 v3.5.1

package test

Expand Down
2 changes: 1 addition & 1 deletion internal/test/season_nc_ta_enum.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// generated code - do not edit
// github.com/rickb777/enumeration/v3 v3.5.0
// github.com/rickb777/enumeration/v3 v3.5.1

package test

Expand Down
2 changes: 1 addition & 1 deletion internal/test/season_nc_ti_enum.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// generated code - do not edit
// github.com/rickb777/enumeration/v3 v3.5.0
// github.com/rickb777/enumeration/v3 v3.5.1

package test

Expand Down
2 changes: 1 addition & 1 deletion internal/test/season_nc_tn_enum.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// generated code - do not edit
// github.com/rickb777/enumeration/v3 v3.5.0
// github.com/rickb777/enumeration/v3 v3.5.1

package test

Expand Down
2 changes: 1 addition & 1 deletion internal/test/season_nc_tt_enum.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// generated code - do not edit
// github.com/rickb777/enumeration/v3 v3.5.0
// github.com/rickb777/enumeration/v3 v3.5.1

package test

Expand Down
2 changes: 1 addition & 1 deletion internal/test/season_uc_ji_enum.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// generated code - do not edit
// github.com/rickb777/enumeration/v3 v3.5.0
// github.com/rickb777/enumeration/v3 v3.5.1

package test

Expand Down
2 changes: 1 addition & 1 deletion internal/test/season_uc_jj_enum.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// generated code - do not edit
// github.com/rickb777/enumeration/v3 v3.5.0
// github.com/rickb777/enumeration/v3 v3.5.1

package test

Expand Down
2 changes: 1 addition & 1 deletion internal/test/season_uc_jn_enum.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// generated code - do not edit
// github.com/rickb777/enumeration/v3 v3.5.0
// github.com/rickb777/enumeration/v3 v3.5.1

package test

Expand Down
2 changes: 1 addition & 1 deletion internal/test/season_uc_si_enum.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// generated code - do not edit
// github.com/rickb777/enumeration/v3 v3.5.0
// github.com/rickb777/enumeration/v3 v3.5.1

package test

Expand Down
2 changes: 1 addition & 1 deletion internal/test/season_uc_sn_enum.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// generated code - do not edit
// github.com/rickb777/enumeration/v3 v3.5.0
// github.com/rickb777/enumeration/v3 v3.5.1

package test

Expand Down
2 changes: 1 addition & 1 deletion internal/test/season_uc_ta_enum.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// generated code - do not edit
// github.com/rickb777/enumeration/v3 v3.5.0
// github.com/rickb777/enumeration/v3 v3.5.1

package test

Expand Down
2 changes: 1 addition & 1 deletion internal/test/season_uc_ti_enum.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// generated code - do not edit
// github.com/rickb777/enumeration/v3 v3.5.0
// github.com/rickb777/enumeration/v3 v3.5.1

package test

Expand Down
2 changes: 1 addition & 1 deletion internal/test/season_uc_tn_enum.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// generated code - do not edit
// github.com/rickb777/enumeration/v3 v3.5.0
// github.com/rickb777/enumeration/v3 v3.5.1

package test

Expand Down
2 changes: 1 addition & 1 deletion internal/test/season_uc_tt_enum.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// generated code - do not edit
// github.com/rickb777/enumeration/v3 v3.5.0
// github.com/rickb777/enumeration/v3 v3.5.1

package test

Expand Down
2 changes: 1 addition & 1 deletion internal/test/simple/season_nc_ji_enum.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// generated code - do not edit
// github.com/rickb777/enumeration/v3 v3.5.0
// github.com/rickb777/enumeration/v3 v3.5.1

package simple

Expand Down
2 changes: 1 addition & 1 deletion internal/test/simple/season_nc_jn_enum.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// generated code - do not edit
// github.com/rickb777/enumeration/v3 v3.5.0
// github.com/rickb777/enumeration/v3 v3.5.1

package simple

Expand Down
2 changes: 1 addition & 1 deletion internal/test/simple/season_nc_js_enum.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// generated code - do not edit
// github.com/rickb777/enumeration/v3 v3.5.0
// github.com/rickb777/enumeration/v3 v3.5.1

package simple

Expand Down
2 changes: 1 addition & 1 deletion internal/test/simple/season_nc_si_enum.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// generated code - do not edit
// github.com/rickb777/enumeration/v3 v3.5.0
// github.com/rickb777/enumeration/v3 v3.5.1

package simple

Expand Down
2 changes: 1 addition & 1 deletion internal/test/simple/season_nc_sn_enum.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// generated code - do not edit
// github.com/rickb777/enumeration/v3 v3.5.0
// github.com/rickb777/enumeration/v3 v3.5.1

package simple

Expand Down
2 changes: 1 addition & 1 deletion internal/test/simple/season_nc_ss_enum.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// generated code - do not edit
// github.com/rickb777/enumeration/v3 v3.5.0
// github.com/rickb777/enumeration/v3 v3.5.1

package simple

Expand Down
2 changes: 1 addition & 1 deletion internal/test/simple/season_nc_ti_enum.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// generated code - do not edit
// github.com/rickb777/enumeration/v3 v3.5.0
// github.com/rickb777/enumeration/v3 v3.5.1

package simple

Expand Down
2 changes: 1 addition & 1 deletion internal/test/simple/season_nc_tn_enum.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// generated code - do not edit
// github.com/rickb777/enumeration/v3 v3.5.0
// github.com/rickb777/enumeration/v3 v3.5.1

package simple

Expand Down
2 changes: 1 addition & 1 deletion internal/test/simple/season_nc_ts_enum.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// generated code - do not edit
// github.com/rickb777/enumeration/v3 v3.5.0
// github.com/rickb777/enumeration/v3 v3.5.1

package simple

Expand Down
2 changes: 1 addition & 1 deletion internal/test/simple/season_uc_ji_enum.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// generated code - do not edit
// github.com/rickb777/enumeration/v3 v3.5.0
// github.com/rickb777/enumeration/v3 v3.5.1

package simple

Expand Down
2 changes: 1 addition & 1 deletion internal/test/simple/season_uc_jn_enum.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// generated code - do not edit
// github.com/rickb777/enumeration/v3 v3.5.0
// github.com/rickb777/enumeration/v3 v3.5.1

package simple

Expand Down
2 changes: 1 addition & 1 deletion internal/test/simple/season_uc_js_enum.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// generated code - do not edit
// github.com/rickb777/enumeration/v3 v3.5.0
// github.com/rickb777/enumeration/v3 v3.5.1

package simple

Expand Down
2 changes: 1 addition & 1 deletion internal/test/simple/season_uc_si_enum.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// generated code - do not edit
// github.com/rickb777/enumeration/v3 v3.5.0
// github.com/rickb777/enumeration/v3 v3.5.1

package simple

Expand Down
2 changes: 1 addition & 1 deletion internal/test/simple/season_uc_sn_enum.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// generated code - do not edit
// github.com/rickb777/enumeration/v3 v3.5.0
// github.com/rickb777/enumeration/v3 v3.5.1

package simple

Expand Down
2 changes: 1 addition & 1 deletion internal/test/simple/season_uc_ti_enum.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// generated code - do not edit
// github.com/rickb777/enumeration/v3 v3.5.0
// github.com/rickb777/enumeration/v3 v3.5.1

package simple

Expand Down
Loading

0 comments on commit f3260cd

Please sign in to comment.